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) - osf1
pthread_mutex_lock(3) - osf1
pthread_mutex_setname_np(3) - osf1
pthread_mutex_trylock(3) - freebsd
phar(3) - php
Similar Topics in the Unix Linux Community
Threads and Mutex
pthread_mutex_init v. sem_init v. sem_get
mutexing with sysv calls
pthread and mutex question
pthread_mutex_lock in ANSI C vs using Atomic builtins of GCC