update : 2015.11.03
php.shukuma.com

검색:
 
 
Get the yielded value

Generator::current

(PHP 5 >= 5.5.0)

Generator::currentGet the yielded value

설명

public mixed Generator::current ( void )

인수

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

반환값

Returns the yielded value.