Worker::unstackUnstacking work Beschreibung
public int Worker::unstack
( void
)
Removes the first task (the oldest one) in the stack. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe new size of the stack. Changelog
Beispiele
Beispiel #1 Removing objects from the stack of Workers
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: int(1) int(0) |