Query: uopz_restore
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UOPZ_RESTORE(3) 1 UOPZ_RESTORE(3) uopz_restore - Restore a previously backed up functionSYNOPSISvoid uopz_restore (string $class, string $function)DESCRIPTIONvoid uopz_restore (string $function) Restore a previously backed up functionPARAMETERSo $class - The name of the class containing the function to restore o $function - The name of the functionRETURN VALUESEXAMPLESExample #1 uopz_restore(3) example <?php uopz_backup("fgets"); uopz_function("fgets", function(){ return true; }); var_dump(fgets()); uopz_restore('fgets'); fgets(); ?> The above example will output something similar to: Warning: fgets() expects at least 1 parameter, 0 given in /path/to/script.php on line 8 PHP Documentation Group UOPZ_RESTORE(3)
Related Man Pages |
---|
fgets(3posix) - posix |
fgets(3) - netbsd |
fgets(3) - osx |
fgetss(3) - php |
stream_set_blocking(3) - php |
Similar Topics in the Unix Linux Community |
---|
Rules for Homework & Coursework Questions Forum |
UNIX.COM 2017 Year End Summary |
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
Denial Of Service Attack Update |