CakeFest 2024: The Official CakePHP Conference

APCUIterator::current

(PECL apcu >= 5.0.0)

APCUIterator::current現在の項目を取得する

説明

public APCUIterator::current(): mixed

APCUIterator から現在の項目を取得します。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に現在の項目を返します。 もう項目が存在しない場合や取得に失敗した場合は false を返します。

参考

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top