mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Some windows notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@157998 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a61998e9ea
commit
2cdc5f8705
5 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.link">
|
||||
<refnamediv>
|
||||
|
@ -18,6 +18,7 @@
|
|||
</para>
|
||||
|
||||
¬e.no-remote;
|
||||
¬e.no-windows;
|
||||
|
||||
<para>
|
||||
See also the <function>symlink</function> to create soft links,
|
||||
|
|
|
@ -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.linkinfo">
|
||||
<refnamediv>
|
||||
|
@ -34,6 +34,7 @@ echo linkinfo('/vmlinuz'); // 835
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
¬e.no-windows;
|
||||
<para>
|
||||
See also <function>symlink</function>, <function>link</function>,
|
||||
and <function>readlink</function>.
|
||||
|
|
|
@ -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.readlink">
|
||||
<refnamediv>
|
||||
|
@ -32,6 +32,7 @@ echo readlink('/vmlinuz');
|
|||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
¬e.no-windows;
|
||||
<para>
|
||||
See also <function>is_link</function>,
|
||||
<function>symlink</function>, and
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.symlink">
|
||||
<refnamediv>
|
||||
|
@ -21,6 +21,7 @@
|
|||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
¬e.no-windows;
|
||||
<para>
|
||||
See also <function>link</function> to create hard links,
|
||||
and <function>readlink</function> along with
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.14 -->
|
||||
<refentry id="function.usleep">
|
||||
<refnamediv>
|
||||
|
@ -19,7 +19,7 @@
|
|||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
This function does not work on Windows systems.
|
||||
This function did not work on Windows systems until PHP 5.0.0
|
||||
</simpara>
|
||||
</note>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue