Php/docs/class.reflectionzendextension

提供:Dev Guides
< Php
2020年12月14日 (月) 11:41時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PHP 5 >= 5.4.0, PHP 7)

はじめに

クラス概要


ReflectionZendExtension implements Reflector {

/* プロパティ */

public $name

/* メソッド */

final private __clone ( ) : void

public __construct ( string $name )

public static export ( string $name [, bool $return ] ) : string

public getAuthor ( ) : string

public getCopyright ( ) : string

public getName ( ) : string

public getURL ( ) : string

public getVersion ( ) : string

public __toString ( ) : string

}

プロパティ

name
拡張モジュール名。読み込み専用で、書き込もうとすると ReflectionException をスローします。


目次