목록JSON (1)
SPRING :: NOTE
[PHP] XML -> JSON 변환
/* Description : The following class converts XML data into JSON format Author: Dnyanesh Pawar, Copyright: Dnyanesh Pawar (http://www.techrecite.com) Link: http://www.techrecite.com See the GNU General Public License for more details: http://www.creativecommons.org/ */ class XmlToJsonConverter { public function ParseXML ($url) { $fileContents= file_get_contents($url); // Remove tabs, newline, wh..
Development Language/WEB
2016. 6. 8. 18:51