mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix typo spotted by Jonathan Hilgeman
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66820 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14ba5296db
commit
7d01bc1858
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.21 $ -->
|
||||
<!-- $Revision: 1.22 $ -->
|
||||
<reference id="ref.curl">
|
||||
<title>CURL, Client URL Library Functions</title>
|
||||
<titleabbrev>CURL</titleabbrev>
|
||||
|
@ -214,7 +214,7 @@ curl_close ($ch);
|
|||
<simpara>
|
||||
<parameter>CURLOPT_POST</parameter>: Set this option to a
|
||||
non-zero value if you want PHP to do a regular HTTP POST.
|
||||
This POST is a normal application/x-www-from-urlencoded kind,
|
||||
This POST is a normal application/x-www-form-urlencoded kind,
|
||||
most commonly used by HTML forms.
|
||||
</simpara>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue