call_user_func

Example

 mixed call_user_func ( callback $function [, mixed $parameter [, mixed $... ]] ) 

Description

Call a user defined function given by the function parameter.

Return Values

Returns the function result, or FALSE on error.