mirror of
https://github.com/php/php-src.git
synced 2025-01-08 20:17:28 +08:00
proto fix
This commit is contained in:
parent
9285d613f5
commit
2e474e90c3
@ -116,14 +116,14 @@ static void php_fsockopen_stream(INTERNAL_FUNCTION_PARAMETERS, int persistent)
|
||||
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto int fsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
|
||||
/* {{{ proto resource fsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
|
||||
Open Internet or Unix domain socket connection */
|
||||
PHP_FUNCTION(fsockopen)
|
||||
{
|
||||
php_fsockopen_stream(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0);
|
||||
}
|
||||
/* }}} */
|
||||
/* {{{ proto int pfsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
|
||||
/* {{{ proto resource pfsockopen(string hostname, int port [, int errno [, string errstr [, float timeout]]])
|
||||
Open persistent Internet or Unix domain socket connection */
|
||||
PHP_FUNCTION(pfsockopen)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user