mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
crossref in see also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159909 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8e9858ad43
commit
a5b59e7725
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/classobj.xml, last change in rev 1.11 -->
|
||||
<refentry id="function.get-declared-classes">
|
||||
<refnamediv>
|
||||
|
@ -61,7 +61,8 @@ Array
|
|||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>class_exists</function>.
|
||||
See also <function>class_exists</function>, and
|
||||
<function>get_declared_interfaces</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry id="function.get-declared-interfaces">
|
||||
<refnamediv>
|
||||
<refname>get_declared_interfaces</refname>
|
||||
|
@ -46,6 +46,9 @@ Array
|
|||
</screen>
|
||||
</example>
|
||||
</para>
|
||||
<simpara>
|
||||
See also <function>get_declared_classes</function>.
|
||||
</simpara>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue