Internet: 2006年1月アーカイブ
http://blogs.yahoo.co.jp/yjsearchblog/18213983.html
サンプルでは、
PHP版のサンプルでは以下の環境が必要です。
Example1 - PHP4環境 検索結果を取得する為にdomxmlが必要です。
Example2 - PHP4環境 検索結果を取得する為にdomxmlとxpathが必要です
Example3 - PHP5環境 検索結果を取得する為にdomが必要です。
Example4 - PHP5環境 検索結果を取得する為にSimpleXMLを利用しています。
Example5 - PHP5環境 検索結果を取得する為にSimpleXMLとcache layerを利用しています
参考サイト
PHP4 domxml - http://php.net/domxml
PHP4 xpath - http://php.net/domxml
PHP5 dom - http://php.net/dom
PHP5 SimpleXML - http://php.net/simplexml
・perl版のサンプルでは以下の環境が必要です。
必要なモジュール
LWP
XML
CGI