APCIterator::current

(PECL apc >= 3.1.1)

APCIterator::currentObtener el elemento actual

Descripción

public APCIterator::current ( void ) : mixed

Obtiene el elemento acutal de la pila de APCIterator.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve el elemento actual en caso de éxito, o FALSE si no existen más elementos, o en caso de fallo.

Ver también