development:php_cheats
PHP Cheatsheet
Generate a simple backtrace that you can actually read
array_walk(debug_backtrace(),create_function('$a,$b','print "{$a[\'function\']}()(".$a[\'file\'].":{$a[\'line\']}); ";'));
development/php_cheats.txt · Last modified: by 127.0.0.1
