smalot/edi-sef-parser

Sef解析器 - Edi文件定义结构。

dev-master 2015-11-16 23:39 UTC

This package is not auto-updated.

Last update: 2024-09-18 18:14:03 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License Build Status Scrutinizer Code Quality

实现

<?php

include 'vendor/autoload.php';

$content = file_get_contents('810_4050.sef');
$sef = \Smalot\Edi\Sef\Parser::parse($content);

$version = $sef->getVersion();
$ini = $sef->getIniSection();
$description = $ini[5];