PHP Wysardry
PHP Manual

PHP documentation.



Home / PHP / Manual / ...



PHP Manual
Prev Next

call_user_func

(3.0.3 - 3.0.18 only, PHP 4 >= 4.0.0)

call_user_func --  Call a user function given by the first parameter

Description

mixed call_user_func (string function_name [, mixed parameter [, mixed ...]])

Call a user defined function given by the function_name 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");

See also: call_user_func_array(), call_user_method(), call_user_method_array().


Prev Manual Home Next
call_user_func_array Up create_function
Site Menu

Amazon.ca
Amazon.com
Amazon.co.uk



Most recently updated on 11 May, 2003

Home / PHP / Manual / ...



Please feel free to contact us with any comments or suggestions
PHP Manual
PHP Wysardry

This site is hosted by Spaceports