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