dio_fcntlPerforms 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 Parameters
Return ValuesReturns the result of the C call. Examples
Example #1 Setting and clearing a lock
<?php Notes
|