csv_to_array()
Transforma un CSV a un Array
csv_to_array(string $file[, array<string|int, mixed> $config = [] ]) : Arr
Parameters
- $file : string
- $config : array<string|int, mixed> = []
Transforma un CSV a un Array
csv_to_array(string $file[, array<string|int, mixed> $config = [] ]) : Arr
Transforma un CSV a JSON
csv_to_json(string $file[, array<string|int, mixed> $config = [] ]) : string
Transforma un CSV en JSON y lo retorna con las cabeceras correspondientes
csv_to_json_responce(string $file[, array<string|int, mixed> $config = [] ]) : string
Transforma un CSV en XML
csv_to_xml(string $file[, array<string|int, mixed> $config = [] ]) : string
Transforma un CSV en XML y lo retorna con las cabeceras correspondientes
csv_to_xml_responce(string $file[, array<string|int, mixed> $config = [] ]) : string
Exporta un CSV en formato XML
csv_to_export_xml(string $file, string $path[, array<string|int, mixed> $config = [] ]) : string
Ruta del CSV
Ruta del directorio, El XML generado conserva el nombre del CSV
Configuraciones
Convierte un array en CSV
array_to_csv(array<string|int, mixed> $data, string $path[, array<string|int, mixed> $config = [] ]) : Create
Convierte un XML a CSV
xml_to_csv(string $data, string $path[, array<string|int, mixed> $config = [] ]) : Create
Convierte un JSON a CSV
json_to_csv(string $data, string $path[, array<string|int, mixed> $config = [] ]) : Create