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.

참고

add a note add a note

User Contributed Notes

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