uopz_overload(3) php man page | unix.com

Man Page: uopz_overload

Operating Environment: php

Section: 3

UOPZ_OVERLOAD(3)							 1							  UOPZ_OVERLOAD(3)

uopz_overload - Overload a VM opcode

SYNOPSIS
void uopz_overload (int $opcode, Callable $callable)
DESCRIPTION
Overloads the specified $opcode with the user defined function
PARAMETERS
o $opcode - A valid opcode, see constants for details of supported codes o $callable -
RETURN VALUES
EXAMPLES
Example #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) - hpux
sysfs(2) - osf1
apc_delete_file(3) - php
wincache_ocache_meminfo(3) - php
Similar Topics in the Unix Linux Community
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update