04 2020 档案
摘要:据我目前所知,这个内置函数主要作用是 可以让你的代码更清晰,节省代码量 我们先看一下正常的写法: $name = "鱼"; $age = "10086"; $sex = "保密"; $phone = "10010"; $result['name'] = $name; $result['age'] =
阅读全文
摘要:$this->writeFile('a.txt',json_encode(1));public function writeFile($filename,$data){ file_put_contents($filename,$data,FILE_APPEND);}file_put_contents
阅读全文

浙公网安备 33010602011771号