摘要:
/** * * Function Name : * val2str * 参考:http://www.php.net/manual/en/function.create-function.php#103080 * * Description : * 将变量值变成php代码 * * Parameters : * $mixed[mixed] : 变量值 * * Returns : * [string]php代码 * * Demo : * $object = new stdClass; * $object->arg = 'object'; * ... 阅读全文