stream_supports_lock

(PHP 5 >= 5.3.0, PHP 7)

stream_supports_lockTells whether the stream supports locking

Descrierea

stream_supports_lock ( resource $stream ) : bool

Tells whether the stream supports locking through flock().

Parametri

stream

The stream to check.

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

A se vedea și

  • flock() - Portable advisory file locking