Mutex::destroyDestroy Mutex 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 Return ValuesA newly created and optionally locked Mutex handle Examples
Example #1 Mutex Creation and Destruction
<?php The above example will output: int(40096976) |