mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141266 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
12b5e38479
commit
76cde35f15
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<reference id="ref.stream">
|
||||
<title>Stream functions</title>
|
||||
<titleabbrev>Streams</titleabbrev>
|
||||
|
@ -206,7 +206,7 @@ $data = "foo=" . urlencode("Value for Foo") . "&bar=" . urlencode("Value for Bar
|
|||
|
||||
fputs($sock, "POST /form_action.php HTTP/1.0\r\n");
|
||||
fputs($sock, "Host: secure.example.com\r\n");
|
||||
fputs($sock, "Content-type: application/x-www-url-encoded\r\n");
|
||||
fputs($sock, "Content-type: application/x-www-form-urlencoded\r\n");
|
||||
fputs($sock, "Content-length: " . strlen($data) . "\r\n");
|
||||
fputs($sock, "Accept: */*\r\n");
|
||||
fputs($sock, "\r\n");
|
||||
|
|
Loading…
Reference in a new issue