mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
good suggestion by didou
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126424 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
01201ecc6a
commit
fb0bc2a0bb
1 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.stat">
|
||||
<refnamediv>
|
||||
|
@ -30,77 +30,77 @@
|
|||
returning these attributes in a numeric array, they can be accessed
|
||||
with associative indices, as noted next to each parameter; this is
|
||||
available since PHP 4.0.6:
|
||||
<orderedlist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara>
|
||||
device (can also be accessed as <literal>dev</literal>)
|
||||
0 : device (can also be accessed as <literal>dev</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
inode (can also be accessed as <literal>ino</literal>)
|
||||
1 : inode (can also be accessed as <literal>ino</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
inode protection mode (can also be accessed as <literal>mode</literal>)
|
||||
2 : inode protection mode (can also be accessed as <literal>mode</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
number of links (can also be accessed as <literal>nlink</literal>)
|
||||
3 : number of links (can also be accessed as <literal>nlink</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
user id of owner (can also be accessed as <literal>uid</literal>)
|
||||
4 : user id of owner (can also be accessed as <literal>uid</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
group id owner (can also be accessed as <literal>gid</literal>)
|
||||
5 : group id owner (can also be accessed as <literal>gid</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
device type if inode device (can also be accessed as <literal>rdev
|
||||
6 : device type if inode device (can also be accessed as <literal>rdev
|
||||
</literal>) *
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
size in bytes (can also be accessed as <literal>size</literal>)
|
||||
7 : size in bytes (can also be accessed as <literal>size</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
time of last access (can also be accessed as <literal>atime</literal>)
|
||||
8 : time of last access (can also be accessed as <literal>atime</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
time of last modification (can also be accessed as <literal>mtime
|
||||
9 : time of last modification (can also be accessed as <literal>mtime
|
||||
</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
time of last change (can also be accessed as <literal>ctime</literal>)
|
||||
10 : time of last change (can also be accessed as <literal>ctime</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
blocksize for filesystem I/O (can also be accessed as
|
||||
11 : blocksize for filesystem I/O (can also be accessed as
|
||||
<literal>blksize</literal>) *
|
||||
</simpara>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<simpara>
|
||||
number of blocks allocated (can also be accessed as
|
||||
12 : number of blocks allocated (can also be accessed as
|
||||
<literal>blocks</literal>)
|
||||
</simpara>
|
||||
</listitem>
|
||||
</orderedlist>
|
||||
</itemizedlist>
|
||||
* - only valid on systems supporting the st_blksize type--other
|
||||
systems (i.e. Windows) return -1.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue