ReflectionNamedType::getName
(PHP 7 >= 7.1.0, PHP 8)
ReflectionNamedType::getName — 型の名前の文字列を取得する
説明
パラメータ
この関数にはパラメータはありません。
戻り値
リフレクションされた型の名前を返します。
+add a note
User Contributed Notes 1 note
baptiste at pillot dot fr ¶
1 year ago
Possible values for type names are:
- The name of a class, interface, or trait,
- The name of any built-in type (php 8.2): array, bool, callable, float, int, null, object, string, false, iterable, mixed, never, true, void,
- The name of any relative class type: parent, self, static.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google