just small grammar ch.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133658 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Thomas Schoefbeck 2003-06-29 19:58:30 +00:00
parent d34bf80d76
commit 6410f8b345

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.130 -->
<refentry id="function.file-get-contents">
<refnamediv>
@ -21,13 +21,13 @@
<para>
<function>file_get_contents</function> is the preferred way to read the
contents of a file into a string. It will use memory mapping techniques if
support by your OS to enhance performance.
supported by your OS to enhance performance.
</para>
&note.bin-safe;
&tip.fopen-wrapper;
<note>
<simpara>
Context support was added with <literal>PHP 5.0.0</literal>
Context support was added with <literal>PHP 5.0.0</literal>.
</simpara>
</note>
<simpara>