uopz_overload
(PECL uopz 1, PECL uopz 2)
uopz_overload — Overload a VM opcode
警告
この関数は、PECL uopz 5.0.0 で 削除 されました。
説明
Overloads the specified opcode
with the user defined function
パラメータ
opcode
-
A valid opcode, see constants for details of supported codes
callable
-
戻り値
例
例1 uopz_overload() example
<?php
uopz_overload(ZEND_EXIT, function(){});
exit();
echo "Hello World";
?>
上の例の出力は以下となります。
Hello World
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google