mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164934 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e497d4d08d
commit
6ea4be0850
3 changed files with 10 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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>.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue