Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 71122 программиста и 9868 роботов. Сейчас ищут 3822 программиста ...
PHP_FunctionCallTracer
Вернуться к: PHP
Creates a function calls debug trace. Functions arguments, returned parameters and watched variables are reported in the same section for each function call. The trace is available as an array, or can be displayed or written in a file. Traced variables can be processed by provided user functions for displaying purposes.
- Introduction — PHP_FunctionCallTracer creates function calls debug trace.
- Basic Use — Simple trace of function arguments and returned variables.
Вернуться к: PHP