(PHP 4 >= 4.2.0, PHP 5 < 5.1.0)
dio_read — 从文件描述符读取字节
$fd
$len
函数 dio_read() 从描述符为 fd 的文件中读取并返回 len 个字节。
fd
len
由 dio_open() 返回的文件描述符。
要读取的字节数。如果未指定,dio_read() 读取 1K 大小的块。
从 fd 读取的字节。
请注意,如果 Windows(其他平台未知)上没有数据可读,dio_read 将不会超时。无法在 Windows 上指定超时或执行非阻塞读取。