mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155135 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0a25c7e3fd
commit
0be81692af
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<!-- $Revision: 1.15 $ -->
|
||||
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.fsockopen">
|
||||
<refnamediv>
|
||||
|
@ -82,7 +82,7 @@ if (!$fp) {
|
|||
$out .= "Host: www.example.com\r\n";
|
||||
$out .= "Connection: Close\r\n\r\n";
|
||||
|
||||
fwrte($fp, $out);
|
||||
fwrite($fp, $out);
|
||||
while (!feof($fp)) {
|
||||
echo fgets($fp, 128);
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ if (!$fp) {
|
|||
See also <function>pfsockopen</function>,
|
||||
<function>stream_set_blocking</function>,
|
||||
<function>stream_set_timeout</function>, <function>fgets</function>,
|
||||
<function>fgetss</function>, <function>fwrte</function>,
|
||||
<function>fgetss</function>, <function>fwrite</function>,
|
||||
<function>fclose</function>, <function>feof</function>, and
|
||||
the <link linkend="ref.curl">Curl extension</link>.
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue