removing reference to obsolet functions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155542 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2004-04-08 10:36:25 +00:00
parent 89f612ca4f
commit 4c60253bab

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.10 -->
<refentry id="function.call-user-func-array">
<refnamediv>
@ -51,9 +51,7 @@ call_user_func_array('debug', array("_POST", $_POST));
</para>
<para>
See also
<function>call_user_func</function>,
<function>call_user_method</function>, and
<function>call_user_method_array</function>.
<function>call_user_func</function>.
</para>
</refsect1>
</refentry>