Query: uopz_overload
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UOPZ_OVERLOAD(3) 1 UOPZ_OVERLOAD(3) uopz_overload - Overload a VM opcodeSYNOPSISvoid uopz_overload (int $opcode, Callable $callable)DESCRIPTIONOverloads the specified $opcode with the user defined functionPARAMETERSo $opcode - A valid opcode, see constants for details of supported codes o $callable -RETURN VALUESEXAMPLESExample #1 uopz_overload(3) example <?php uopz_overload(ZEND_EXIT, function(){}); exit(); echo "Hello World"; ?> The above example will output something similar to: Hello World PHP Documentation Group UOPZ_OVERLOAD(3)
Related Man Pages |
---|
sysfs(2) - opensolaris |
sysfs(2) - sunos |
mongodb-context-options(3) - php |
apc_delete_file(3) - php |
parsekit_compile_string(3) - php |