PHP » GoLang |
login |
register |
about
|
GoLang ReflectionParameter::getType
request it (352)
GoLang replacement for PHP's ReflectionParameter::getType
[edit | history]
PHP ReflectionParameter::getTypePHP original manual for ReflectionParameter::getType [ show | php.net ]ReflectionParameter::getType(PHP 7) ReflectionParameter::getType — Gets a parameter's type DescriptionGets the associated type of a parameter. ParametersThis function has no parameters. Return Values
Returns a ReflectionType object if a parameter type is
specified, Examples
Example #1 ReflectionParameter::getType() example
<?php The above example will output something similar to: int null See Also
|
more
Recently updated
more
Most requested
more
Last requests
|