Skip to content

Instantly share code, notes, and snippets.

@fayqLs
fayqLs / .php
Last active August 30, 2024 11:39
CLASSE PARA IMPORTAÇÃO DE XML NFe
<?php
# EXEMPLO DE USO:
$xml = new ImportarXMLNotaFiscal($arquivo_xml);
$dest = $xml->getIde();
$emit = $xml->getEmitente();
class ImportarXMLNotaFiscal
{