cond(3) php man page | unix.com

Man Page: cond

Operating Environment: php

Section: 3

COND(3) 								 1								   COND(3)

The Cond class

INTRODUCTION
The static methods contained in the Cond class provide direct access to Posix Condition Variables.
CLASS SYNOPSIS
Cond Cond Methods o finalpublicstatic boolean Cond::broadcast (long $condition) o finalpublicstatic long Cond::create (void ) o finalpublicstatic boolean Cond::destroy (long $condition) o finalpublicstatic boolean Cond::signal (long $condition) o finalpublicstatic boolean Cond::wait (long $condition, long $mutex, [long $timeout]) PHP Documentation Group COND(3)
Related Man Pages
evsignal(3) - php
evio(3) - php
evstat(3) - php
phar(3) - php
thread(3) - php
Similar Topics in the Unix Linux Community
second line of the file
Remove duplicate line on condition
Getting data from a flat file based on condition
Need script for making files based on some conditions.
Newbie looking for how to Grep times more than 10 seconds apart