PHP ReflectionClass __toString()函数
ReflectionClass__toString()函数是PHP中的一个内置函数,用于返回指定 ReflectionClass 对象的字符串表示形式。
句法:
string ReflectionClass__toString( void )
参数:此函数不接受任何参数。
返回值:此函数返回指定 ReflectionClass 对象的字符串表示形式。
下面的程序说明了PHP中的 ReflectionClass__toString()函数:
方案一:
php
__toString();
// Getting the string representation
var_dump($A);
?>
php
__toString();
// Getting the string representation
var_dump($A);
?>
输出:
string(435) “Class [
方案二:
PHP
__toString();
// Getting the string representation
var_dump($A);
?>
输出:
string(6824) “Class [
参考: https://www. PHP.net/manual/en/reflectionclass.tostring。 PHP