mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
89f612ca4f
commit
4c60253bab
1 changed files with 2 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue