Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

stream_supports_lock

Description

Tells whether the stream supports locking

Syntax

stream_supports_lock ( resource $stream ) : bool

Parameters

stream

The stream to check.

Return

Returns TRUE on success or FALSE on failure.

HomeMenu