pfsockopen
(PHP 4, PHP 5)
pfsockopen — Open persistent Internet or Unix domain socket connection
Description
resource pfsockopen
( string $hostname
[, int $port
[, int &$errno
[, string &$errstr
[, float $timeout
]]]] )
Parameters
For parameter information, see the fsockopen()
documentation.