Query: pfsockopen
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PFSOCKOPEN(3) 1 PFSOCKOPEN(3) pfsockopen - Open persistent Internet or Unix domain socket connectionSYNOPSISresource pfsockopen (string $hostname, [int $port = -1], [int &$errno], [string &$errstr], [float $timeout = ini_get("default_socket_timeout")])DESCRIPTIONThis function behaves exactly as fsockopen(3) with the difference that the connection is not closed after the script finishes. It is the persistent version of fsockopen(3).PARAMETERSFor parameter information, see the fsockopen(3) documentation.SEE ALSOfsockopen(3). PHP Documentation Group PFSOCKOPEN(3)
Related Man Pages |
---|
stream_set_timeout(3) - php |
stream_socket_accept(3) - php |
fgetc(3) - php |
fpassthru(3) - php |
fsockopen(3) - php |
Similar Topics in the Unix Linux Community |
---|
unix performance with php |