@ -75,7 +75,7 @@ PHP_FUNCTION(stream_socket_pair)
/* }}} */
# endif
/* {{{ proto resource stream_socket_client(string remoteaddress [, long &errcode, string &errstring, double timeout, long flags, resource context]) U
/* {{{ proto resource stream_socket_client(string remoteaddress [, long &errcode [ , string &errstring [ , double timeout [ , long flags [ , resource context]]]] ]) U
Open a client connection to a remote address */
PHP_FUNCTION ( stream_socket_client )
{
@ -163,7 +163,7 @@ PHP_FUNCTION(stream_socket_client)
}
/* }}} */
/* {{{ proto resource stream_socket_server(string localaddress [, long &errcode, string &errstring, long flags, resource context]) U
/* {{{ proto resource stream_socket_server(string localaddress [, long &errcode [ , string &errstring [ , long flags [ , resource context]]] ]) U
Create a server socket bound to localaddress */
PHP_FUNCTION ( stream_socket_server )
{
@ -229,7 +229,7 @@ PHP_FUNCTION(stream_socket_server)
}
/* }}} */
/* {{{ proto resource stream_socket_accept(resource serverstream, [ double timeout, string &peername ]) U
/* {{{ proto resource stream_socket_accept(resource serverstream, [ double timeout [ , string &peername ] ]) U
Accept a client connection from a server socket */
PHP_FUNCTION ( stream_socket_accept )
{
@ -1467,7 +1467,7 @@ PHP_FUNCTION(stream_set_write_buffer)
}
/* }}} */
/* {{{ proto int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind, resource sessionstream]) U
/* {{{ proto int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind [ , resource sessionstream] ]) U
Enable or disable a specific kind of crypto on the stream */
PHP_FUNCTION ( stream_socket_enable_crypto )
{