EDTF

时间:2021-02-10 04:15:48
【文件属性】:
文件名称:EDTF
文件大小:51KB
文件格式:ZIP
更新时间:2021-02-10 04:15:48
PHP EDTF PHP库 EDTF PHP是一个小型库,用于解析,表示和使用规范。 用法 解析中 $ parser = new EDTF \ EdtfParser (); $ parsingResult = $ parser -> parse ( '1985-04-12T23:20:30' ); $ parsingResult -> isValid (); // true $ parsingResult -> getEdtfValue (); // \EDTF\EdtfValue $ parsingResult -> getInput (); // '1985-04-12T23:20:30' 证实 $ validator = EDTF \ EdtfValidator :: newInstance (); $ validator -> isValidEdtf ( '1985-04-12T23:2
【文件预览】:
EDTF-master
----composer.json(609B)
----config()
--------regex.txt(2KB)
----.github()
--------FUNDING.yml(618B)
--------workflows()
----tests()
--------bootstrap.php(352B)
--------Unit()
--------Functional()
----src()
--------ExtDate.php(8KB)
--------ExampleData()
--------Season.php(2KB)
--------EdtfParser.php(620B)
--------PackagePrivate()
--------Exceptions()
--------EdtfValidator.php(395B)
--------ParsingResult.php(831B)
--------Humanize()
--------Interval.php(2KB)
--------UnspecifiedDigit.php(2KB)
--------IntervalSide.php(953B)
--------EdtfValue.php(299B)
--------Contracts()
--------Set.php(2KB)
--------Qualification.php(2KB)
--------ExtDateTime.php(2KB)
--------Utils()
----psalm.xml(788B)
----.gitignore(65B)
----Makefile(354B)
----phpunit.xml.dist(644B)
----README.md(2KB)
----phpstan.neon(49B)

网友评论