PHP Manual
call_user_func
Description
mixed call_user_func ( callback function [, mixed parameter [, mixed ...]] )
Call a user defined function given by the function
parameter.
Parameters
functionThe function to be called. Class methods may also be invoked statically using this function by passing array($classname, $methodname) to this parameter.
parameterZero or more parameters to be passed to the function.
Support PHPRO.ORG
Search
PHPRO.ORG Poll
Warning: Participation in PHPRO.ORG polls may incorrectly lead you to believe your opinions matter.

RSS Feed




