ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

説明

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

返り値

The prototype.

エラー / 例外

A ReflectionException exception is thrown if the method does not have a prototype.

参考


ReflectionMethod
PHP Manual