Mutex::destroyDestroy Mutex Warning
The Mutex class has been removed in pthreads v3. Description
final
public
static
boolean
Mutex::destroy
(
long
$mutex
)Destroying Mutex handles must be carried out explicitly by the programmer when they are finished with the Mutex handle. Parameters
Return ValuesA boolean indication of success Examples
Example #1 Mutex Creation and Destruction
<?php The above example will output: int(40096976) |