You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
PConfig 是一个使用了 PHP 编写的配置文件解析库,能够解析 PHP(array)、JSON、YAML、XML 和 INI 格式的文件,其统一了 API 操作,屏蔽了不同格式文件的解析细节,使用起来更加简单、高效。
4
4
5
-
PConfig is a PHP library for parsing config file (php, json, xml, yaml, ini).
5
+
PConfig is a PHP library for parsing config file ( e.g. php, json, xml, yaml, ini...) It has simple apis and easy to use. You can custom your own provider and parser to process data.
0 commit comments