uopz_copy

(PECL uopz >= 1.0.4)

uopz_copyCopy a function

Описание

Closure uopz_copy ( string $class , string $function )
Closure uopz_copy ( string $function )

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

Примеры

Пример #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'));
?>

Результатом выполнения данного примера будет что-то подобное:

string(5) "dummy"

Коментарии

404 Not Found

404 Not Found


nginx

    Поддержать сайт на родительском проекте КГБ