mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix doc bug #51710 (phpversion() page missing link to documentation of
PHP_VERSION_* constants) by adding a see also link to the constants. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298957 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4943fdaa3f
commit
7cf7e11a25
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ if (PHP_VERSION_ID < 50207) {
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><link linkend="reserved.constants.core">PHP_VERSION constants</link></member>
|
||||
<member><function>version_compare</function></member>
|
||||
<member><function>phpinfo</function></member>
|
||||
<member><function>phpcredits</function></member>
|
||||
|
|
Loading…
Reference in a new issue