string[] readAndWrite(bool $blocking, bool $close = false)
Reads data in file handles and pipes.
string[] readAndWrite(bool $blocking, bool $close = false)
Reads data in file handles and pipes.
bool | $blocking | Whether to use blocking calls or not |
bool | $close | Whether to close pipes if they've reached EOF |
string[] | An array of read data indexed by their fd |
Designed by : w10schools
service@w10schools.com
Please login to continue.