(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5, PHP 7)
Performs a c library fcntl on fd
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.
Parameters:
fd
The file descriptor returned by dio_open().