Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
リフレクション クラスを使用して、XML ファイルから PHP オブジェクトを作成したいと考えています。
PHP オブジェクト (属性、メソッド) を XML に変換する API はありますか?
PEAR のXML_Serializerを見てください。