Ejemplo: laravel importar xml a la base de datos
$xml = new SimpleXMLElement($destinationPath.$fileName, null, true);
$xml = new DomDocument('1.0', 'utf-8'); // Or the right version and encoding of your xml file
$xml->load($destinationPath.$fileName);
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)