update : 2015.11.03
php.shukuma.com

검색:
 
 
Return the key of the current element

Iterator::key

(PHP 5 >= 5.0.0)

Iterator::keyReturn the key of the current element

설명

abstract public scalar Iterator::key ( void )

Returns the key of the current element.

인수

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

반환값

Returns scalar on success, or NULL on failure.

오류/예외

Issues E_NOTICE on failure.