Google Cloud PHP shared dependency, providing functionality useful to all components. Client - Class FlockLock (1.68.2)Stay organized with collectionsSave and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class FlockLock.
Flock based lock implementation.
Namespace
Google \ Cloud \ Core \ Lock
Methods
__construct
Parameters
Name
Description
fileName
string
The name of the file to use as a lock.
options
array
Configuration options.
↳ exclusive
bool
If true, acquire an excluse (write) lock. If false, acquire a shared (read) lock.Defaults totrue.
acquire
Acquires a lock that will block until released.
Parameters
Name
Description
options
array
Configuration options.
↳ blocking
bool
Whether the process should block while waiting to acquire the lock.Defaults totrue.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]