if ($response = $this->cache->get($cid)) { $response = file_get_contents($request); $this->cache->set($cid, $response); } $xml = simplexml_load_string($response);
0 件のコメント:
コメントを投稿