update : 2015.11.03
php.shukuma.com검색:
|
ReflectionGenerator::getThis(PHP 7) ReflectionGenerator::getThis — Gets the $this value of the generator 설명
public object ReflectionGenerator::getThis
( void
)
Get the $this value that the generator has access to. 인수이 함수는 인수가 없습니다. 반환값
Returns the $this value, or 예제
Example #1 ReflectionGenerator::getThis() example
<?php 위 예제의 출력 예시: object(GenExample)#3 (0) { } 참고
|