1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision: 288721 $ -->
<!--
Do NOT translate this file
-->
<versions>
<function name='socket' from='PHP 4 >= 4.0.2'/>
<function name='socket_accept' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_bind' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_clear_error' from='PHP 4 >= 4.2.0, PHP 5'/>
<function name='socket_close' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_connect' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_create' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_create_listen' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_create_pair' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_fd_alloc' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_clear' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_dealloc' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_free' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_isset' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_set' from='PHP 4 >= 4.1.0'/>
<function name='socket_fd_zero' from='PHP 4 >= 4.1.0'/>
<function name='socket_get_option' from='PHP 4 >= 4.3.0, PHP 5'/>
<function name='socket_get_status' from='PHP 4, PHP 5'/>
<function name='socket_getopt' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_getpeername' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_getsockname' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_iovec_add' from='PHP 4 >= 4.1.0'/>
<function name='socket_iovec_alloc' from='PHP 4 >= 4.1.0'/>
<function name='socket_iovec_delete' from='PHP 4 >= 4.1.0'/>
<function name='socket_iovec_fetch' from='PHP 4 >= 4.1.0'/>
<function name='socket_iovec_free' from='PHP 4 >= 4.1.0'/>
<function name='socket_iovec_set' from='PHP 4 >= 4.1.0'/>
<function name='socket_last_error' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_listen' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_read' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_readv' from='PHP 4 >= 4.1.0'/>
<function name='socket_recv' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_recvfrom' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_recvmsg' from='PHP 4 >= 4.1.0'/>
<function name='socket_select' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_send' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_sendmsg' from='PHP 4 >= 4.1.0'/>
<function name='socket_sendto' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_set_block' from='PHP 4 >= 4.2.0, PHP 5'/>
<function name='socket_set_blocking' from='PHP 4, PHP 5'/>
<function name='socket_set_nonblock' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_set_option' from='PHP 4 >= 4.3.0, PHP 5'/>
<function name='socket_set_timeout' from='PHP 4, PHP 5'/>
<function name='socket_setopt' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_shutdown' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_strerror' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_write' from='PHP 4 >= 4.1.0, PHP 5'/>
<function name='socket_writev' from='PHP 4 >= 4.1.0'/>
<function name='socketpair' from='PHP 4 >= 4.0.2'/>
</versions>
<!-- 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:"~/.phpdoc/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
-->
|