|
dio_fcntl(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5) dio_fcntl — Performs a c library fcntl on fd Описание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. Примеры
Пример #1 Setting and clearing a lock
<?php Примечания
|
|