mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
d34bf80d76
commit
6410f8b345
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
¬e.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>
|
||||
|
|
Loading…
Reference in a new issue