From: Andrey Hristov Date: Wed, 31 Dec 2003 10:56:32 +0000 (+0000) Subject: proto fix X-Git-Tag: php_ibase_before_split~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e474e90c3b27ca38c727f2f0f2fbcfad16a15c9;p=php proto fix --- diff --git a/ext/standard/fsock.c b/ext/standard/fsock.c index 949507954e..31e27a7764 100644 --- a/ext/standard/fsock.c +++ b/ext/standard/fsock.c @@ -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) {