php字符截取
substr(变量, 0,506)
php再调用json_decode从字符串对象生成json对象时,如果使用[]操作符取数据,会得到下面的错误:Cannot use object of type stdClass as array产生...
https://windows.php.net/downloads/releases/archives/...
增加$arr[$iy]["pr_count"]+=$pr_count;减少$arr[$iy]["pr_count"]-=$pr_count;删除unset($a...
nginx 配置location / {rewrite ^(.*)$ /index.php?s=/$1 last;}code rotoo.top.7z...
在httpd.conf添加<IfModule mod_env.c>SetEnv 常量名 常量值</IfModule>...
<?php //设置cookie setcookie("user_name", "frank", time()+3600); /...