POST /rest/system/debug POST /rest/system/debug New in version 0.12.0. Enables or disables debugging for specified facilities. Give one or both of enable and disable query p...
Class Phalcon\Debug\Dump Methods Class Phalcon\Debug\Dump Dumps information about a variable(s) <? php $foo = 123 ; echo ( new \Phalcon\Debug\Dump ())-> var ( $f...