ReflectionType::__toStringTo string Description
public string ReflectionType::__toString
( void
)
Gets the parameter type name. ParametersThis function has no parameters. Return ValuesReturns the type of the parameter. Examples
Example #1 ReflectionType::__toString example
<?php The above example will output something similar to: string See Also
|