(PECL uopz 1 >= 1.0.4, PECL uopz 2)
uopz_copy — Copy a function
This function has been REMOVED in PECL uopz 5.0.0.
Copy a function by name
class
The name of the class containing the function to copy
function
The name of the function
A Closure for the specified function
Example #1 uopz_copy() example
<?php
$strtotime = uopz_copy('strtotime');
uopz_function("strtotime", function($arg1, $arg2) use($strtotime) {
/* can call original strtotime from here */
var_dump($arg1);
});
var_dump(strtotime('dummy'));
?>
The above example will output:
string(5) "dummy"
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant