Direkte Ein-/Ausgabe
PHP Manual

dio_fcntl

(PHP 4 >= 4.2.0, PHP 5 <= 5.0.5)

dio_fcntl — Ändert den Dateideskriptor

Beschreibung

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

Die Funktion dio_fcntl() führt eine Aktion cmd an der Datei fd aus. Einige Aktionen cmd benötigen das zusätzliche Argument args .

arg ist ein assoziatives Array, wenn cmd F_SETLK oder F_SETLLW ist. Es hat folgende Einträge:

cmd ist einer der folgenden Konstanten:


Direkte Ein-/Ausgabe
PHP Manual