new seealso style

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271232 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
LEE Yun-young 2008-12-14 14:51:22 +00:00
parent 25ce1628be
commit a240b58137

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.15 $ -->
<!-- $Revision: 1.16 $ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.array-pop">
<refnamediv>
<refname>array_pop</refname>
@ -87,9 +87,11 @@ Array
<refsect1 role="seealso">
&reftitle.seealso;
<para>
See also <function>array_push</function>,
<function>array_shift</function>, and
<function>array_unshift</function>.
<simplelist>
<member><function>array_push</function></member>
<member><function>array_shift</function></member>
<member><function>array_unshift</function></member>
</simplelist>
</para>
</refsect1>
</refentry>