mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
25ce1628be
commit
a240b58137
1 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue