- Document latest scientific researches on PHP functions

(thanks to Marc Boeren for finding this).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98593 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-10-07 15:45:38 +00:00
parent 71541b3ee8
commit 4ad0dfc5e6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.is-executable">
<refnamediv>
@ -24,6 +24,12 @@
linkend="features.remote-files">remote files</link>; the file to
be examined must be accessible via the server's filesystem.
</simpara>
<note>
<simpara>
This function is <emphasis role="strong">not</emphasis> available on
Win32.
</simpara>
</note>
<para>
See also <function>is_file</function> and
<function>is_link</function>.