2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-02-03 08:13:44 +00:00
|
|
|
<!-- $Revision: 1.7 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
2007-02-03 08:13:44 +00:00
|
|
|
<refentry id="function.lstat">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>lstat</refname>
|
|
|
|
<refpurpose>Gives information about a file or symbolic link</refpurpose>
|
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
|
|
|
<type>array</type><methodname>lstat</methodname>
|
|
|
|
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
|
|
|
Gathers the statistics of the file or symbolic link named by
|
|
|
|
<parameter>filename</parameter>. This function is identical to the
|
|
|
|
<function>stat</function> function except that if the
|
|
|
|
<parameter>filename</parameter> parameter is a symbolic link, the
|
|
|
|
status of the symbolic link is returned, not the status of the
|
|
|
|
file pointed to by the symbolic link.
|
|
|
|
</para>
|
|
|
|
<para>
|
|
|
|
See the manual page for <function>stat</function> for information on
|
|
|
|
the structure of the array that <function>lstat</function> returns.
|
|
|
|
</para>
|
2003-02-22 18:55:36 +00:00
|
|
|
|
2007-02-03 08:13:44 +00:00
|
|
|
¬e.clearstatcache;
|
|
|
|
|
|
|
|
&tip.fopen-wrapper.stat;
|
|
|
|
|
|
|
|
<simpara>
|
|
|
|
See also <function>stat</function>.
|
|
|
|
</simpara>
|
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|