uopz_backup(3) php man page | unix.com

Man Page: uopz_backup

Operating Environment: php

Section: 3

UOPZ_BACKUP(3)								 1							    UOPZ_BACKUP(3)

uopz_backup - Backup a function

SYNOPSIS
void uopz_backup (string $class, string $function)
DESCRIPTION
void uopz_backup (string $function) Backup a function at runtime, to be restored on shutdown
PARAMETERS
o $class - The name of the class containing the function to backup o $function - The name of the function
RETURN VALUES
EXAMPLES
Example #1 uopz_backup(3) example <?php uopz_backup("fgets"); uopz_function("fgets", function(){ return true; }); var_dump(fgets()); ?> The above example will output something similar to: bool(true) PHP Documentation Group UOPZ_BACKUP(3)
Related Man Pages
var_export(3) - php
stream_wrapper_register(3) - php
class_alias(3) - php
class_parents(3) - php
var_dump(3) - php
Similar Topics in the Unix Linux Community
Rules for Homework &amp; Coursework Questions Forum
Forum Video Tutorial: How to Use Code Tags
Status of UNIX.COM Forum Transformation
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