01 2019 档案
摘要:$where1 = array( 'uid' => array('eq', $id), 'type' => array('eq', 1), 'trade_type' => array('eq', 1), 'status' => array('in', array(2,3,4)) ); $where
阅读全文
摘要:system()运行时不报任何错误返回null 原因system被禁用 修改php.ini配置文件disable_functions等号后面system函数去掉 exec()运行时不报任何错误返回null 原因exec被禁用 修改php.ini配置文件disable_functions等号后面exe
阅读全文

浙公网安备 33010602011771号