mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- 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:
parent
71541b3ee8
commit
4ad0dfc5e6
1 changed files with 7 additions and 1 deletions
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue