uopz_overload

(PECL uopz 1, PECL uopz 2)

uopz_overloadOverload a VM opcode

Warning

This function has been REMOVED in PECL uopz 5.0.0.

说锟斤拷

uopz_overload ( int $opcode , Callable $callable ) : void

Overloads the specified opcode with the user defined function

锟斤拷锟斤拷

opcode

A valid opcode, see constants for details of supported codes

callable

锟斤拷锟斤拷值

锟斤拷锟斤拷

Example #1 uopz_overload() example

<?php
uopz_overload
(ZEND_EXIT, function(){});

exit();
echo 
"Hello World";
?>

锟斤拷锟斤拷锟斤拷锟教伙拷锟斤拷锟斤拷锟�

Hello World