php es 报错 No alive nodes. All the 1 nodes seem to be down
php连接es时报错No alive nodes. All the 1 nodes seem to be down,原因是Elasticsearch开启了安全认证,查看服务器端响应信息为:received plaintext http traffic on&n...
php字符串压缩工具
判断字符串是否需要压缩,然后再进行压缩,需要优化的地方很多,比如把压缩结果保存起来,避免执行2次,判断是依赖于压缩的结果大小和原始字符串的大小来判断的,懒得处理了。代码如下/** * 字符串压缩工具 */ class CompressStrUtil...
php获取下个月,下一年此刻的时间戳
获取当前时间戳:$now = time();获取下个月此刻的时间戳:$nextMonth = strtotime('+1 month');获取下一年此刻的时间戳$nextYear = strtotime('+1 year');...
php运行报错:Using $this when not in object context
php运行报错:Using $this when not in object context以下是我的代码:错误代码实例:public static function getInfo() { // ....