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.
Returns the result of the C call.