simplexml_load_file() 從XML 文檔獲取 SimpleXMLElement 對象。 5 simplexml_load_string() 從XML 字元串獲取 SimpleXMLElement 對象。 5 xpath() 對XML ...
$postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);$fromUsername = $postObj->FromUserName;...