GoLang APCIterator::current

request it (338)
GoLang replacement for PHP's APCIterator::current [edit | history]



Do you know a GoLang replacement for PHP's APCIterator::current? Write it!

PHP APCIterator::current

PHP original manual for APCIterator::current [ show | php.net ]

APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::currentGet current item

Description

public mixed APCIterator::current ( void )

Gets the current item from the APCIterator stack.

Parameters

This function has no parameters.

Return Values

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

See Also