Added see also links

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297596 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2010-04-06 22:50:21 +00:00
parent 3e57d6ccfd
commit 0e1e984293
2 changed files with 21 additions and 0 deletions

View file

@ -71,6 +71,16 @@ echo gmp_sign("0") . "\n";
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>gmp_abs</function></member>
<member><function>abs</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -57,6 +57,17 @@ $abs3 = abs(-5); // $abs3 = 5; (integer)
</example>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>gmp_abs</function></member>
<member><function>gmp_sign</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file