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)
Related Man Pages |
---|
flockfile(3) - freebsd |
stream_context_set_params(3) - php |
stream_filter_prepend(3) - php |
stream_filter_remove(3) - php |
stream_set_write_buffer(3) - php |