Bir değişkene bir simplexmlobject dosyası yüklemek nasıl

0 Cevap

Ben burada deliriyorum ...

I already have a SimpleXMLElement Object so it is not an XML file... I got it stored in a file object.txt

Şimdi ben bir değişken bu nesneyi koymak istiyorum, ama ... o iş için alınamıyor?

SimpleXMLElement Nesne bu gibi görünüyor:

SimpleXMLElement Object ( [PubmedArticle] => Array ( [0] => SimpleXMLElement Object ( [MedlineCitation] => SimpleXMLElement Object ( [@attributes] => Array ( [Owner] => NLM [Status] => In-Process )

                        [PMID] => 20538400
                        [DateCreated] => SimpleXMLElement Object
                            (
                                [Year] => 2010
                                [Month] => 07
                                [Day] => 08
                            )

                        [Article] => SimpleXMLElement Object
                            (
                                [@attributes] => Array
                                    (
                                        [PubModel] => Print-Electronic
                                    )

..... Vs vs ...

Bunu nasıl bir değişkene koymak mı?

i tried this: $simplexml = file_get_contents('object.xml');

$ SimpleXML bir dizi olmalıdır

0 Cevap