摘要:
ci 命令行模式访问 linux php /usr/local/var/xxx/index.php bing testone windows C:\wamp64\bin\php\php5.6.25\php-win.exe C:\wamp64\www\xxx\index.php bing teston 阅读全文
摘要:
// utf8 function mb_unserialize($serial_str) { $serial_str= preg_replace('!s:(\d+):"(.*?)";!se', "'s:'.strlen('$2').':\"$2\";'", $serial_str ); $serial_str= str_replace("\r", "", $serial_... 阅读全文