git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164934 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-08-02 09:32:14 +00:00
parent e497d4d08d
commit 6ea4be0850
3 changed files with 10 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/funchand.xml, last change in rev 1.6 -->
<refentry id="function.get-defined-functions">
<refnamediv>
@ -69,7 +69,9 @@ Array
</informalexample>
</para>
<para>
See also <function>get_defined_vars</function> and
See also
<function>function_exists</function>,
<function>get_defined_vars</function> and
<function>get_defined_constants</function>.
</para>
</refsect1>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.71 -->
<refentry id="function.get-defined-constants">
<refnamediv>
@ -58,6 +58,7 @@ Array
</para>
<para>
See also
<function>defined</function>,
<function>get_loaded_extensions</function>,
<function>get_defined_functions</function>, and
<function>get_defined_vars</function>.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/var.xml, last change in rev 1.34 -->
<refentry id="function.get-defined-vars">
<refnamediv>
@ -49,7 +49,9 @@ print_r(array_keys(get_defined_vars()));
</informalexample>
</para>
<para>
See also <function>get_defined_functions</function> and
See also
<function>isset</function>,
<function>get_defined_functions</function> and
<function>get_defined_constants</function>.
</para>
</refsect1>