mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed word spelling, used &false;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167621 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0127ad913f
commit
ca6990fc4b
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.copy">
|
||||
<refnamediv>
|
||||
|
@ -51,8 +51,8 @@ if (!copy($file, $newfile)) {
|
|||
</warning>
|
||||
<note>
|
||||
<para>
|
||||
Windows Compatability Note: If you copy a file with no size,
|
||||
<function>copy</function> will return false, but the file will be correctly
|
||||
Windows compatibility note: If you copy a file with no size,
|
||||
<function>copy</function> will return &false;, but the file will be correctly
|
||||
copied.
|
||||
</para>
|
||||
</note>
|
||||
|
|
Loading…
Reference in a new issue