(PHP 4 >= 4.2.0, PHP 5 <= 5.0.4)
dio_fcntl -- Performs a c library fcntl on fd
Description
mixed
dio_fcntl ( resource fd, int cmd [, mixed args] )
The dio_fcntl() function performs the
operation specified by cmd on the file
descriptor fd. Some commands require
additional arguments args to be supplied.
Note: This function is not
implemented on Windows platforms.