1、mixed print_r(mixed $expression [,bool $return=false ])
打印变量信息。
相关的函数还有var_dump()、var_export()
$return为true的时候将返回变量的信息,不在打印出来。