stripos() 返字符串在另一字符串中第一次出现的位置(大小写不敏感) stristr() 查找字符串在另一字符串中第一次出现的位置(大小写不敏感) strpos() 返回字符串在另一字符串中首次出现的位置(对大小写敏感) strrchr() 查找字符串在另一个字符串中最后一次出现的位置。 strripos() 查找字符串在另一字符串中最后出现…
执行 nginx -s reload 命令,重启 Nginx 报错 nginx: [error] open() "/usr/local/nginx/logs/nginx.pid" failed (2: No such file or directory) 执行 /usr/local/nginx/sbin/nginx -c /us…
[toc] 安装拓展 进入拓展源码目录 cd /usr/local/src/php-7.4.14/ext/mbstring /usr/local/php74/bin/phpize 输出 Configuring for: PHP Api Version: 20190902 Zend Module Api No: 20190902 Zend Exten…
安装 oniguruma wget https://github.com/kkos/oniguruma/archive/v6.9.5_rev1.tar.gz tar -zxvf v6.9.5_rev1.tar.gz cd oniguruma-6.9.5_rev1/ ./autogen.sh ./configure make && m…