mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
refer to stat() page, so we don't have to keep both places up-to-date, as they return the same information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126419 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9876c38c45
commit
9cf70800c2
1 changed files with 3 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.lstat">
|
||||
<refnamediv>
|
||||
|
@ -21,25 +21,8 @@
|
|||
file pointed to by the symbolic link.
|
||||
</para>
|
||||
<para>
|
||||
Returns an array with the statistics of the file with the
|
||||
following elements:
|
||||
<orderedlist>
|
||||
<listitem><simpara>device</simpara></listitem>
|
||||
<listitem><simpara>inode</simpara></listitem>
|
||||
<listitem><simpara>inode protection mode</simpara></listitem>
|
||||
<listitem><simpara>number of links</simpara></listitem>
|
||||
<listitem><simpara>user id of owner</simpara></listitem>
|
||||
<listitem><simpara>group id owner</simpara></listitem>
|
||||
<listitem><simpara>device type if inode device *</simpara></listitem>
|
||||
<listitem><simpara>size in bytes</simpara></listitem>
|
||||
<listitem><simpara>time of last access</simpara></listitem>
|
||||
<listitem><simpara>time of last modification</simpara></listitem>
|
||||
<listitem><simpara>time of last change</simpara></listitem>
|
||||
<listitem><simpara>blocksize for filesystem I/O *</simpara></listitem>
|
||||
<listitem><simpara>number of blocks allocated</simpara></listitem>
|
||||
</orderedlist>
|
||||
* - only valid on systems supporting the st_blksize type--other
|
||||
systems (i.e. Windows) return -1.
|
||||
See the manual page for <function>stat</function> for information on
|
||||
the structure of the array that <function>lstat</function> returns.
|
||||
</para>
|
||||
|
||||
¬e.clearstatcache;
|
||||
|
|
Loading…
Reference in a new issue