mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
bug #30187 -- added link to ref.var
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168936 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
1446685892
commit
22ae3f48d8
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.82 $ -->
|
||||
<!-- $Revision: 1.83 $ -->
|
||||
<chapter id="language.variables">
|
||||
<title>Variables</title>
|
||||
|
||||
|
@ -26,6 +26,11 @@
|
|||
</simpara>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
For information on variable related functions, see the
|
||||
<link linkend="ref.var">Variable Functions Reference</link>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<informalexample>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue