CakeFest 2024: The Official CakePHP Conference

APCUIterator::key

(PECL apcu >= 5.0.0)

APCUIterator::keyイテレータのキーを取得する

説明

public APCUIterator::key(): string

現在のイテレータのキーを取得します。

パラメータ

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

戻り値

成功した場合にキー、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

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