| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\Vector::shift(PECL ds >= 1.0.0) Ds\Vector::shift — Removes and returns the first value. パラメータこの関数にはパラメータはありません。 返り値The first value, which was removed. エラー / 例外UnderflowException if empty. 例例1 Ds\Vector::shift() example
<?php 上の例の出力は、 たとえば以下のようになります。 string(1) "a" string(1) "b" string(1) "c" |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\Vector::shift - Removes and returns the first value.」をGoogle検索
|