(PHP 5 >= 5.3.0, PHP 7)
Tells whether the stream supports locking.
bool stream_supports_lock ( resource $stream )
Tells whether the stream supports locking through flock().
Parameters:
stream
The stream to check.
Returns:
Returns TRUE
on success or FALSE
on failure.
See also:
flock() -
Please login to continue.