Stream Функции
PHP Manual

stream_supports_lock

(PHP 5 >= 5.3.0)

stream_supports_lockTells whether the stream supports locking.

Описание

bool stream_supports_lock ( resource $stream )

Tells whether the stream supports locking through flock().

Параметри

stream

The stream to check.

Връщани стойности

Връща TRUE при успех или FALSE при неуспех.

Вж. също


Stream Функции
PHP Manual