APCUIterator::current

(PECL apcu >= 5.0.0)

APCUIterator::currentGet current item

설명

public mixed APCUIterator::current ( void )

Gets the current item from the APCUIterator 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