Mutex::destroyDestroy Mutex Warnung
The Mutex class has been removed in pthreads v3. Beschreibung
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. Parameter-Liste
RückgabewerteA boolean indication of success Beispiele
Beispiel #1 Mutex Creation and Destruction
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(40096976) |