Thursday, May 28, 2009

PHP Defined vars, functions, contstants

When debugging PHP application - it's convinient to print defined values on the
screen. PHP has build in functions:
- get_defined_vars();
- get_defined_functions();
- get_defined_constants();

No comments:

Post a Comment