📅  最后修改于: 2022-03-11 14:54:36.632000             🧑  作者: Mango
// When the second parameter is set to TRUE
// print_r() will return the information rather than print it
$var_info = print_r($var,true);