mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
parse error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166779 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83d7a98510
commit
b0d5d1f84a
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xattr-list">
|
||||
<refnamediv>
|
||||
|
@ -53,7 +53,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$file = 'some_file;
|
||||
$file = 'some_file';
|
||||
$root_attributes = xattr_list($file, XATTR_ROOT);
|
||||
$user_attributes = xattr_list($file);
|
||||
|
||||
|
|
|
@ -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-remove">
|
||||
<refnamediv>
|
||||
|
@ -54,7 +54,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$file = 'some_file;
|
||||
$file = 'some_file';
|
||||
$attributes = xattr_list($file);
|
||||
|
||||
foreach ($attributes as $attr_name) {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
|
||||
<refentry id="function.xattr-set">
|
||||
<refnamediv>
|
||||
|
@ -66,7 +66,7 @@
|
|||
<programlisting role="php">
|
||||
<![CDATA[
|
||||
<?php
|
||||
$file = 'my_favourite_song.wav;
|
||||
$file = 'my_favourite_song.wav';
|
||||
xattr_set($file, 'Artist', 'Someone');
|
||||
xattr_set($file, 'My ranking', 'Good');
|
||||
xattr_set($file, 'Listen count', '34');
|
||||
|
|
Loading…
Reference in a new issue