ReflectionMethod
PHP Manual

ReflectionMethod::getPrototype

(PHP 5)

ReflectionMethod::getPrototypeدریافت prototype

Description

public void ReflectionMethod::getPrototype ( void )

دریافت prototype متد.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

prototype.

Errors/Exceptions

استثنا ReflectionException در صورت نبود prototype متد ایجاد خواهد شد.

See Also


ReflectionMethod
PHP Manual