mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Whoops, "see also" should be after example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166737 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f0696b6f53
commit
3cee2432fc
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xattr-set">
|
||||
<refnamediv>
|
||||
|
@ -58,10 +58,6 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>xattr_get</function>, <function>xattr_remove</function>,
|
||||
<function>xattr_list</function>.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>xattr_set</function> example</title>
|
||||
<para>
|
||||
|
@ -82,6 +78,10 @@ printf("You've played this song %d times", xattr_get($file, 'Listen count'));
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
<para>
|
||||
See also <function>xattr_get</function>, <function>xattr_remove</function>,
|
||||
<function>xattr_list</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue