Ds\Vector::shift

Ds\Vector::shift

(PECL ds >= 1.0.0)

Ds\Vector::shiftRemoves and returns the first value.

Description

public mixed Ds\Vector::shift ( void )

Removes and returns the first value.

Parameters

This function has no parameters.

Return Values

The first value, which was removed.