call_user_func

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

説明

Call a user defined function given by the function parameter.

戻り値

Returns the function result, or FALSE on error.