No namespace
Constants summary
PHP_INT_MIN | The smallest integer supported in this build of PHP. |
Functions summary
xc_dump | Produces a Core extended variable dump similar to var_dump(). Unlike native dumps, the extended Core dump supports the output of HTML-formatted code including support for user-defined stylesheets and detection of recursion with compact output of already processed references. |
xc_dump_bt | Outputs a backtrace using the Core\Fault interface. |
xc_dump_var | Produces a Core extended variable dump similar to var_dump(). Unlike native dumps, the extended Core dump supports the output of HTML-formatted code including support for user-defined stylesheets and detection of recursion with compact output of already processed references. |
xc_is_callable | Equals is_callable() but also supports Core class extensions. |
xc_serialize | Serialises a variable to PHP format using the Core encoder interface. |
xc_unserialize | Un-serialises a variable in PHP format via the Core decoder interface. |