Stream Funkcje
PHP Manual

stream_supports_lock

(PHP 5 >= 5.3.0)

stream_supports_lockTells whether the stream supports locking.

Opis

bool stream_supports_lock ( resource $stream )

Tells whether the stream supports locking through flock().

Parametry

stream

The stream to check.

Zwracane wartości

Zwraca TRUE w przypadku powodzenia, FALSE w przypadku błędu.

Zobacz też:


Stream Funkcje
PHP Manual