“PHP Leia o arquivo XML na matriz” Respostas de código

PHP Leia o arquivo XML na matriz

$get = file_get_contents('http://steamcommunity.com/groups/starhawk/memberslistxml/?xml=1.xml');
$arr = simplexml_load_string($get);
print_r($arr);
Singh99

Converta o arquivo XML para matar PHP

$xmlfile = file_get_contents($path);
		$ob= simplexml_load_string($xmlfile);
		$json  = json_encode($ob);
		$configData = json_decode($json, true);
Proud Pigeon

Respostas semelhantes a “PHP Leia o arquivo XML na matriz”

Perguntas semelhantes a “PHP Leia o arquivo XML na matriz”

Mais respostas relacionadas para “PHP Leia o arquivo XML na matriz” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código