Stream Funzioni
PHP Manual

stream_supports_lock

(PHP 5 >= 5.3.0)

stream_supports_lockTells whether the stream supports locking.

Descrizione

bool stream_supports_lock ( resource $stream )

Tells whether the stream supports locking through flock().

Elenco dei parametri

stream

The stream to check.

Valori restituiti

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Vedere anche:


Stream Funzioni
PHP Manual