php man page for mutex

Query: mutex

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MUTEX(3)								 1								  MUTEX(3)

The Mutex class

INTRODUCTION
The static methods contained in the Mutex class provide direct access to Posix Mutex functionality.
CLASS SYNOPSIS
Mutex Mutex Methods o finalpublicstatic long Mutex::create ([boolean $lock]) o finalpublicstatic boolean Mutex::destroy (long $mutex) o finalpublicstatic boolean Mutex::lock (long $mutex) o finalpublicstatic boolean Mutex::trylock (long $mutex) o finalpublicstatic boolean Mutex::unlock (long $mutex, [boolean $destroy]) PHP Documentation Group MUTEX(3)
Related Man Pages
pthread_mutex_init(3) - netbsd
pthread_mutex_lock(3) - netbsd
pthread_mutex_unlock(3) - osf1
pthread_mutexattr_settype(3) - osf1
pthread_mutex_trylock(3) - freebsd
Similar Topics in the Unix Linux Community
Shell quiz: implement a mutex
pthread and mutex question
Can Mutex be replaced with anything?
pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC
pthread_mutex_timedlock and Timers option