10 2020 档案
摘要:composer require topthink/think-queue 之前默认版本为2.0.3 composer.json改为2.0.4升级一下即可
阅读全文
摘要:public function array_column($input, $columnKey, $indexKey = NULL) { $columnKeyIsNumber = (is_numeric($columnKey)) ? TRUE : FALSE; $indexKeyIsNull = (
阅读全文
摘要:php中使用json_decode 显示NULL,的原因就是因为json_decode的数据不是严格意义上的UTF-8的编码。 所以需要手动修改转码即可! 使用php的file_get_contents获取API的json数据,从文件读取的json,js前端传递的json,在json_decode前
阅读全文

浙公网安备 33010602011771号