|
Ds\Set::lastReturns the last value in the set. Beschreibung
public void Ds\Set::last
( void
)
Returns the last value in the set. Parameter-ListeDiese Funktion hat keine Parameter. RückgabewerteThe last value in the set. Fehler/ExceptionsUnderflowException if empty. BeispieleBeispiel #1 Ds\Set::last example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: int(3) |