PHP常用-进制转换
php提供了几常见进制之间转换的函数 二进制转为其他进制 binoct();//转为八进制 bindec();//转为十进制 binhex();//转为十六进制 八进制转为其他进制 octbin();//转为二进制 octdec();//转...
php提供了几常见进制之间转换的函数 二进制转为其他进制 binoct();//转为八进制 bindec();//转为十进制 binhex();//转为十六进制 八进制转为其他进制 octbin();//转为二进制 octdec();//转...
[PHP] 打包脚本 <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> &...
最近调试某程序,需要安装sg11 扩展,已支持到8.0 需要自取: 蓝揍 :https://ww1.lanzoux.com/i38LBom8jib 官网:https://www.sourceguardian.com/loaders.html...
PHP错误解决:Array and string offset access syntax with curly braces is deprecated 查了下原因,是因为使用花括号大括号访问数组和字符串中的偏...