解决php file_get_contents或curl读取远程gzip压缩页面乱码问题 Published 2022-1-25 by test2 现在很多网站启用了gzip压缩,这样可以降低对网络… Continue Reading解决php file_get_contents或curl读取远程gzip压缩页面乱码问题
php cli 命令行执行脚本获取参数$argv和$argc的方法 Published 2022-1-25 by test2 <?php echo $argv[0]; e… Continue Readingphp cli 命令行执行脚本获取参数$argv和$argc的方法
只能输入整数和小数的正则表达式 Published 2021-6-16 by test2 今天写程序过程中遇到,比如取下面html中的金额,… Continue Reading只能输入整数和小数的正则表达式
正则表达式匹配空格,换行,回车的处理 Published 2021-6-16 by test2 也是网上找的,记录一下,比如下面html代码,取中… Continue Reading正则表达式匹配空格,换行,回车的处理
php中正则表达式多行与非贪婪一起使用 Published 2021-4-1 by test2 正则这玩意每次用都记不住,老是要上网搜索一下,索性… Continue Readingphp中正则表达式多行与非贪婪一起使用
PHP使用iconv进行中文字符编码转换出错的处理。 Published 2021-2-28 by test2 今天用iconv进行中文从GBK到UTF-8编码转… Continue ReadingPHP使用iconv进行中文字符编码转换出错的处理。