| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
Ds\Deque::get(PECL ds >= 1.0.0) Ds\Deque::get — Returns the value at a given index. パラメータ
返り値The value at the requested index. エラー / 例外OutOfRangeException if the index is not valid. 例例1 Ds\Deque::get() example
<?php 上の例の出力は、 たとえば以下のようになります。 string(1) "a" string(1) "b" string(1) "c" 例2 Ds\Deque::get() example using array syntax
<?php 上の例の出力は、 たとえば以下のようになります。 string(1) "a" string(1) "b" string(1) "c" |
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Ds\Deque::get - Returns the value at a given index.」をGoogle検索
|