- Rename getopt and setopt to get_option and set_option.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80729 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Markus Fischer 2002-05-01 11:16:12 +00:00
parent 09d018dbe5
commit 8193e2766b
3 changed files with 10 additions and 10 deletions

View file

@ -6,7 +6,7 @@
&reference.sockets.functions.socket-create;
&reference.sockets.functions.socket-create-listen;
&reference.sockets.functions.socket-create-pair;
&reference.sockets.functions.socket-getopt;
&reference.sockets.functions.socket-get-option;
&reference.sockets.functions.socket-getpeername;
&reference.sockets.functions.socket-getsockname;
&reference.sockets.functions.socket-iovec-add;
@ -27,7 +27,7 @@
&reference.sockets.functions.socket-sendmsg;
&reference.sockets.functions.socket-sendto;
&reference.sockets.functions.socket-set-nonblock;
&reference.sockets.functions.socket-setopt;
&reference.sockets.functions.socket-set-option;
&reference.sockets.functions.socket-shutdown;
&reference.sockets.functions.socket-strerror;
&reference.sockets.functions.socket-write;

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-getopt">
<refentry id="function.socket-get_option">
<refnamediv>
<refname>socket_getopt</refname>
<refname>socket_get_option</refname>
<refpurpose>Gets socket options for the socket </refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>mixed</type><methodname>socket_getopt</methodname>
<type>mixed</type><methodname>socket_get_option</methodname>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
<methodparam><type>int</type><parameter>level</parameter></methodparam>
<methodparam><type>int</type><parameter>optname</parameter></methodparam>

View file

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.1 $ -->
<!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
<refentry id="function.socket-setopt">
<refentry id="function.socket-set_option">
<refnamediv>
<refname>socket_setopt</refname>
<refname>socket_set_option</refname>
<refpurpose>Sets socket options for the socket</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>bool</type><methodname>socket_setopt</methodname>
<type>bool</type><methodname>socket_set_option</methodname>
<methodparam><type>resource</type><parameter>socket</parameter></methodparam>
<methodparam><type>int</type><parameter>level</parameter></methodparam>
<methodparam><type>int</type><parameter>optname</parameter></methodparam>