mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
typos error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102146 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
018869bd4d
commit
f794a0e3b8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<appendix id="wrappers">
|
||||
<title>List of Supported Protocols/Wrappers</title>
|
||||
<para>
|
||||
|
@ -119,7 +119,7 @@
|
|||
<filename>php://input</filename> allows you to read raw POST data.
|
||||
It is a less memory intensive alternative to
|
||||
<varname>$HTTP_RAW_POST_DATA</varname> and does not need any
|
||||
special &php.ini; diretives.
|
||||
special &php.ini; directives.
|
||||
</simpara>
|
||||
<simpara>
|
||||
<filename>php://stdin</filename> and
|
||||
|
|
Loading…
Reference in a new issue