生成器反射类

(PHP 7, PHP 8)

简介

ReflectionGenerator类用于获取生成器的信息。

类摘要

ReflectionGenerator {
/* 方法 */
public getExecutingFile ( ) : string
public getExecutingLine ( ) : int
public getThis ( ) : object|null
public getTrace ( int $options = DEBUG_BACKTRACE_PROVIDE_OBJECT ) : array
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有