call_user_funcPodręcznik PHPPoprzedniNastępnycall_user_func (PHP 3>= 3.0.3, PHP 4 )call_user_func --
Call a user function given by the first parameter
Descriptionmixed call_user_func ( callback function [, mixed parameter [, mixed ...]])
Call a user defined function given by the
function parameter. Take the
following:
function barber ($type) {
print "You wanted a $type haircut, no problem";
}
call_user_func ('barber', "mushroom");
call_user_func ('barber', "shave");
Object methods may also be invoked statically using this function
by passing array($objectname, $methodname) to
the function parameter.
<?php
class myclass {
function say_hello() {
print "Hello!\n";
}
}
$classname = "myclass";
call_user_func(array($classname,'say_hello'));
?>
See also:
call_user_func_array(),
call_user_method(),
call_user_method_array().
PoprzedniSpis treściNastępnycall_user_func_arrayPoczątek rozdziałucreate_function
Wyszukiwarka
Podobne podstrony:
function call user func arrayfunction call user funcfunction call user func arrayfunction call user method arrayfunction call user method arrayfunction call user methodfunction call user methodfunction ignore user abortfunction ignore user abortfunction hwapi userfunction ignore user abortfunctions func 0x6fcalling user functionsfunctions func 0x72function w32api set call methodfunctions func 0x6dwięcej podobnych podstron