mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add cross referece for get_defined_constants.
# I couldn't find it at first time by myself :( git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
882834d381
commit
a27cd70ec1
4 changed files with 14 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.27 $ -->
|
||||
<!-- $Revision: 1.28 $ -->
|
||||
<reference id="ref.funchand">
|
||||
<title>Function Handling functions</title>
|
||||
<titleabbrev>Functions</titleabbrev>
|
||||
|
@ -515,7 +515,8 @@ Array
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>get_defined_vars</function>.
|
||||
See also <function>get_defined_vars</function> and
|
||||
<function>get_defined_constants</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.90 $ -->
|
||||
<!-- $Revision: 1.91 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
@ -372,7 +372,9 @@ Array
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>get_loaded_extensions</function>.
|
||||
See also <function>get_loaded_extensions</function>,
|
||||
<function>get_defined_functions</function> and
|
||||
<function>get_defined_vars</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<reference id="ref.misc">
|
||||
<title>Miscellaneous functions</title>
|
||||
<titleabbrev>Misc.</titleabbrev>
|
||||
|
@ -225,8 +225,9 @@ if (defined("CONSTANT")){ // Note that it should be quoted
|
|||
</para>
|
||||
<para>
|
||||
See also <function>define</function>,
|
||||
<function>constant</function> and the section on <link
|
||||
linkend="language.constants">Constants</link>.
|
||||
<function>constant</function>,
|
||||
<function>get_defined_constants</function> and the section on
|
||||
<link linkend="language.constants">Constants</link>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.96 $ -->
|
||||
<!-- $Revision: 1.97 $ -->
|
||||
<reference id="ref.variables">
|
||||
<title>Variable Functions</title>
|
||||
<titleabbrev>Variables</titleabbrev>
|
||||
|
@ -255,7 +255,8 @@ print_r(array_keys(get_defined_vars()));
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
See also <function>get_defined_functions</function>.
|
||||
See also <function>get_defined_functions</function> and
|
||||
<function>get_defined_constants</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue