dio_fcntl

Example

 mixed dio_fcntl ( resource $fd , int $cmd [, mixed $args ] ) 

Description

The dio_fcntl() function performs the operation specified by cmd on the file descriptor fd. Some commands require additional arguments args to be supplied.

Return Values

Returns the result of the C call.