$url = "http......中略" $xml = simplexml_load_file($url); //$xml->tag1->childrentag1のように受け取ったxmlの構造を辿っていくことで中身を参照できる。