ReflectionClass::__toString
( excerpt from http://php.net/manual/en/reflectionclass.tostring.php )
public function __toString(): string;
Returns
string- A string representation of this ReflectionClass.
( excerpt from http://php.net/manual/en/reflectionclass.tostring.php )
public function __toString(): string;
string - A string representation of this ReflectionClass.