だから私はこれらのsimplexmlelementオブジェクトを持っています。そして、特定の要素を解析する方法を機能させることはできません。
SimpleXMLElement Object
(
[Generation] => SimpleXMLElement Object
(
[@attributes] => Array
(
[version] => 3.1.0-alpha3
[timestamp] => 1355434832
)
)
[Options] => SimpleXMLElement Object
(
[@attributes] => Array
(
[tempFormat] => c
[byteFormat] => auto_binary
[refresh] => 60000
[showPickListTemplate] => true
[showPickListLang] => true
)
)
[UsedPlugins] => SimpleXMLElement Object
(
)
[Vitals] => SimpleXMLElement Object
(
[@attributes] => Array
(
[Hostname] => domain.tld
[IPAddr] => 127.0.0.1
[Kernel] => 2.6.32-11-pve (SMP) x86_64
[Distro] => Ubuntu 12.04.1 LTS
[Distroicon] => Ubuntu.png
[Uptime] => 1993669.51
[Users] => 1
[LoadAvg] => 0.08 0.02 0.01
[CPULoad] => 0
)
)
....etc...
)
たとえば、ホスト名にアクセスするために次のようなものを作成しました。
echo $xml->Generation->Vitals[0]->Hostname;
しかし、私は何か間違ったことをしていると思います。誰かが私を正しい方向に向けることができますか?