0
SimpleXMLElement Object ( 
  [results] => 2 
  [total_results] => 2 
  [plans] => SimpleXMLElement Object ( [plan] => Array ( [0] => SimpleXMLElement Object ( [id] => 1014 [type] => paid [name] => Silver [amount] => 1000.00 [interval] => 30 [notification_url] => http://www.google.com [free_trial] => 0 [occurrences] => 1 [num_customers] => 0 [status] => active ) [1] => SimpleXMLElement Object ( [id] => 1013 [type] => paid [name] => Gold [amount] => 500.00 [interval] => 30 [notification_url] => http://www.movebyu.com/ExpressEngine/index.php/?ACT=21 [free_trial] => 0 [occurrences] => 1 [num_customers] => 1 [status] => active ) ) ) 
),

如何从这些中获取计划的价值,金额,任何人都可以帮助我吗?

4

1 回答 1

0

通过 XPath

http://php.net/manual/en/simplexmlelement.xpath.php

于 2012-08-02T09:46:13.530 回答