lock() to block while locking. * * @const int */ const LOCK_NO_BLOCK = LOCK_NB; /** * Portable advisory locking. * Should take a look at stream_supports_lock(). * * @param int $operation Operation, use the self::LOCK_* constants. * @return bool */ public function lock($operation); }