ReflectionMethod
PHP 手册

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeGets prototype

说明

public void ReflectionMethod::getPrototype ( void )

Gets the methods prototype.

Warning

本函数暂无文档,仅有参数列表。

参数

This function has no parameters.

返回值

The prototype.

错误/异常

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

参见


ReflectionMethod
PHP 手册