No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

uopz_unset_return

(PECL uopz 5, PECL uopz 6)

uopz_unset_returnUnsets a previously set return value for a function

Description

uopz_unset_return ( string $function ) : bool
uopz_unset_return ( string $class , string $function ) : bool

Unsets the return value of the function previously set by uopz_set_return().

PHP: uopz_unset_return - Manual Home of Manuel PHP  Contents Haut

Parameters

class

The name of the class containing the function

function

The name of the function

PHP: uopz_unset_return - Manual Home of Manuel PHP  Contents Haut

Examples

Example #1 uopz_unset_return() example

<?php
uopz_set_return
("strlen"42);
$len strlen("Banana");
uopz_unset_return("strlen");
echo 
$len strlen("Banana");
?>

The above example will output:

48
Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph