|
Ds\Sequence::lastReturns the last value 説明
abstract public mixed Ds\Sequence::last()
Returns the last value in the sequence. パラメータこの関数にはパラメータはありません。 戻り値The last value in the sequence. エラー / 例外UnderflowException if empty. 例例1 Ds\Sequence::last example
上の例の出力は、 たとえば以下のようになります。 int(3) |