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:
Wez Furlong 2004-05-05 09:30:56 +00:00
parent a61998e9ea
commit 2cdc5f8705
5 changed files with 10 additions and 6 deletions

View file

@ -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>
&note.no-remote;
&note.no-windows;
<para>
See also the <function>symlink</function> to create soft links,

View file

@ -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>
&note.no-windows;
<para>
See also <function>symlink</function>, <function>link</function>,
and <function>readlink</function>.

View file

@ -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>
&note.no-windows;
<para>
See also <function>is_link</function>,
<function>symlink</function>, and

View file

@ -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>
&note.no-windows;
<para>
See also <function>link</function> to create hard links,
and <function>readlink</function> along with

View file

@ -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>