mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed extra word from refpupose of socket_setopt
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77425 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
f73453b398
commit
262c9bfa38
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<reference id="ref.sockets">
|
||||
<title>Socket functions</title>
|
||||
<titleabbrev>Sockets</titleabbrev>
|
||||
|
@ -1122,7 +1122,7 @@ if (($ret = socket_bind ($socket, '127.0.0.1', 80)) < 0) {
|
|||
<refentry id="function.socket-setopt">
|
||||
<refnamediv>
|
||||
<refname>socket_setopt</refname>
|
||||
<refpurpose>|array optval) Sets socket options for the socket </refpurpose>
|
||||
<refpurpose>Sets socket options for the socket</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
|
Loading…
Reference in a new issue