From 76c9f3a3c2b2bde008d0439ae0890d5070b02f0a Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Mon, 15 Sep 2003 09:47:11 +0000 Subject: [PATCH] is_callable added to "see also" list git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@140346 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/funchand/functions/call-user-func.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/funchand/functions/call-user-func.xml b/reference/funchand/functions/call-user-func.xml index 7072be857f..39ce67353a 100644 --- a/reference/funchand/functions/call-user-func.xml +++ b/reference/funchand/functions/call-user-func.xml @@ -1,5 +1,5 @@ - + @@ -62,6 +62,7 @@ call_user_func(array($classname,'say_hello')); See also: + is_callable, call_user_func_array, call_user_method, call_user_method_array.