|
Ds\Set::lastReturns the last value in the set. Description
public void Ds\Set::last
( void
)
Returns the last value in the set. ParametersThis function has no parameters. Return ValuesThe last value in the set. Errors/ExceptionsUnderflowException if empty. ExamplesExample #1 Ds\Set::last example
<?php The above example will output something similar to: int(3) |