Query: stream_supports_lock
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STREAM_SUPPORTS_LOCK(3) 1 STREAM_SUPPORTS_LOCK(3) stream_supports_lock - Tells whether the stream supports locking.SYNOPSISbool stream_supports_lock (resource $stream)DESCRIPTIONTells whether the stream supports locking through flock(3).PARAMETERSo $stream - The stream to check.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOflock(3). PHP Documentation Group STREAM_SUPPORTS_LOCK(3)