![]()
|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7">
php_stream_sock_open_unix(no version information, might be only in CVS) php_stream_sock_open_unix -- Open a UNIX domain socket and convert into a streamDescriptionphp_stream * php_stream_sock_open_unix ( const char * path, int pathlen, int persistent, struct timeval * timeout)php_stream_sock_open_unix() attempts to open the UNIX domain socket specified by path. pathlen specifies the length of path. If timeout is not NULL, it specifies a timeout period for the connection attempt. persistent indicates if the stream should be opened as a persistent stream. Generally speaking, this parameter will usually be 0.
|