ホームページ > php教程 > php手册 > PHP XML转换为数组函数

PHP XML转换为数组函数

WBOY
リリース: 2016-06-13 10:39:04
オリジナル
1004 人が閲覧しました

PHP XML转换为数组函数

  1.  function xml2array($originalXML, $attributes=true)
  2.  {
  3.          $xmlArray = array();
  4.          $search = $attributes ? |(.*) function xml2array($originalXML, $attributes=true)
     {
             $xmlArray = array();
             $search = $attributes ? |(.*)2>|Ums : |(.*)2>|Ums;
           
             // normalize data
             $xml = preg_replace(|>s*          $xml = preg_replace(|.*?>|, , $xml);            // remove XML declarations
             $xml = preg_replace(||U, $1>, $xml); //Expand singletons
           
             if (! preg_match_all($search, $xml, $xmlMatches))
                     return trim($originalXML);      // bail out - no XML found
                   
             foreach ($xmlMatches[1] as $index => $key)
             {
                     if (! isset($xmlArray[$key])) $xmlArray[$key] = array();      
                     $xmlArray[$key][] = xml2array($xmlMatches[4][$index], $attributes);
             }
             return $xmlArray;
     }
     ?>>|Ums : |(.*) function xml2array($originalXML, $attributes=true)
     {
             $xmlArray = array();
             $search = $attributes ? |(.*)2>|Ums : |(.*)2>|Ums;
           
             // normalize data
             $xml = preg_replace(|>s*          $xml = preg_replace(|.*?>|, , $xml);            // remove XML declarations
             $xml = preg_replace(||U, $1>, $xml); //Expand singletons
           
             if (! preg_match_all($search, $xml, $xmlMatches))
                     return trim($originalXML);      // bail out - no XML found
                   
             foreach ($xmlMatches[1] as $index => $key)
             {
                     if (! isset($xmlArray[$key])) $xmlArray[$key] = array();      
                     $xmlArray[$key][] = xml2array($xmlMatches[4][$index], $attributes);
             }
             return $xmlArray;
     }
     ?>>|Ums;
  5.        
  6.          // normalize data
  7.          $xml = preg_replace(|>s*
  8.          $xml = preg_replace(|.*?>|, , $xml);            // remove XML declarations
  9.          $xml = preg_replace(||U,  function xml2array($originalXML, $attributes=true)
     {
             $xmlArray = array();
             $search = $attributes ? |(.*)2>|Ums : |(.*)2>|Ums;
           
             // normalize data
             $xml = preg_replace(|>s*          $xml = preg_replace(|.*?>|, , $xml);            // remove XML declarations
             $xml = preg_replace(||U, $1>, $xml); //Expand singletons
           
             if (! preg_match_all($search, $xml, $xmlMatches))
                     return trim($originalXML);      // bail out - no XML found
                   
             foreach ($xmlMatches[1] as $index => $key)
             {
                     if (! isset($xmlArray[$key])) $xmlArray[$key] = array();      
                     $xmlArray[$key][] = xml2array($xmlMatches[4][$index], $attributes);
             }
             return $xmlArray;
     }
     ?>>[code]>, $xml); //Expand singletons
  10.        
  11.          if (! preg_match_all($search, $xml, $xmlMatches))
  12.                  return trim($originalXML);      // bail out - no XML found
  13.                
  14.          foreach ($xmlMatches[1] as $index => $key)
  15.          {
  16.                  if (! isset($xmlArray[$key])) $xmlArray[$key] = array();      
  17.                  $xmlArray[$key][] = xml2array($xmlMatches[4][$index], $attributes);
  18.    &nb
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のおすすめ
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート