nicobn Sun Aug 26 04:20:57 2007 UTC
Modified files:
/phpdoc/en/reference/filesystem/functions file-put-contents.xml
Log:
Fixed bug #42430
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file-put-contents.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file-put-contents.xml
diff -u phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.21
phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.22
--- phpdoc/en/reference/filesystem/functions/file-put-contents.xml:1.21 Sat Aug
18 18:43:24 2007
+++ phpdoc/en/reference/filesystem/functions/file-put-contents.xml Sun Aug
26 04:20:56 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<refentry xmlns="http://docbook.org/ns/docbook"
xml:id="function.file-put-contents">
<refnamediv>
<refname>file_put_contents</refname>
@@ -114,7 +114,7 @@
semantics are enabled, the default encoding is UTF-8.
You can specify a different encoding by creating a custom context
or by using the <function>stream_default_encoding</function> to
- change the dafault. This flag cannot be used with
+ change the default. This flag cannot be used with
<constant>FILE_BINARY</constant>. This flag is only available since
PHP 6.
</entry>