Php streams.php stream sock open from socket () function
Write your php code
(no version information, might be only in CVS)
php_stream_sock_open_from_socket -- Convert a socket descriptor into a stream
Syntax
php_stream * php_stream_sock_open_from_socket ( int socket, int persistent )
php_stream_sock_open_from_socket() returns a stream based on the
socket. persistent is a flag that
controls whether the stream is opened as a persistent stream. Generally speaking, this parameter
will usually be 0.
Php streams.php stream sock open from socket Function syntax tag
streams.php stream sock open from socket php code on this is provided for your study purpose, it will guide you to know how create and design a website using php. use it to practice and train your self online
Php streams.php stream sock open from socket syntax tutorial
php tutorial guide and code design are for easy learning and programming. The code practice section provided at the top is for practising of this syntax. Use the code section up to practice your php programming online. Learning php is very easy, all you need is to use the examples on this site and practice them to perfect your skills.