APCIterator
PHP Manual

APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::currentGet current item

설명

public mixed APCIterator::current ( void )

Gets the current item from the APCIterator stack.

인수

이 함수는 인수가 없습니다.

반환값

Returns the current item on success, or FALSE if no more items or exist, or on failure.

참고


APCIterator
PHP Manual