mfischer Wed May 1 07:16:12 2002 EDT Added files: /phpdoc/en/reference/sockets/functions socket-get-option.xml socket-set-option.xml
Removed files: /phpdoc/en/reference/sockets/functions socket-getopt.xml socket-setopt.xml Modified files: /phpdoc/en/reference/sockets functions.xml Log: - Rename getopt and setopt to get_option and set_option. Index: phpdoc/en/reference/sockets/functions.xml diff -u phpdoc/en/reference/sockets/functions.xml:1.3 phpdoc/en/reference/sockets/functions.xml:1.4 --- phpdoc/en/reference/sockets/functions.xml:1.3 Wed May 1 04:53:27 2002 +++ phpdoc/en/reference/sockets/functions.xml Wed May 1 07:16:12 2002 @@ -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; Index: phpdoc/en/reference/sockets/functions/socket-get-option.xml +++ phpdoc/en/reference/sockets/functions/socket-get-option.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --> <refentry id="function.socket-get_option"> <refnamediv> <refname>socket_get_option</refname> <refpurpose>Gets socket options for the socket </refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <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> </methodsynopsis> &warn.experimental.func; <para> &warn.undocumented.func; </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/sockets/functions/socket-set-option.xml +++ phpdoc/en/reference/sockets/functions/socket-set-option.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --> <refentry id="function.socket-set_option"> <refnamediv> <refname>socket_set_option</refname> <refpurpose>Sets socket options for the socket</refpurpose> </refnamediv> <refsect1> <title>Description</title> <methodsynopsis> <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> <methodparam><type>int</type><parameter/></methodparam> </methodsynopsis> &warn.experimental.func; <para> &warn.undocumented.func; </para> </refsect1> </refentry> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->