â 1. ã¾ããphp-xmlãã®ã¤ã³ã¹ãã¼ã« >|| yum install php-xml |||| $url='http://test.server.com'; // file_get_contents ã使ãããé«éããã ãã¡ã¢ãªã¯é£ã require_once 'HTTP/Client.php'; $client =& new HTTP_Client(); $client->get($url); $response = $client->currentResponse(); $dom = @DOMDocument::loadHTML( $response['body']); $xml = simplexml_import_dom($dom); $t = $xml->xpath('id("myid")'); if (! $t){ die('xpath error'); } prin
{{#tags}}- {{label}}
{{/tags}}