fiisoft/dbase

库文件,用于读取 dbase (*.dbf) 文件。

1.0.1 2017-10-22 21:53 UTC

This package is not auto-updated.

Last update: 2024-09-20 21:17:14 UTC


README

一个包含少量类的包,用于读取 dbase (*.dbf) 文件。它需要在 PHP 中启用 dbase 模块。

要在您的 IDE 中使用 dbase 函数进行代码补全,您可以使用 stubs/dbase_functions.php 文件。

我的建议是 - 如果您没有足够的心理承受能力来免疫这种糟糕的代码,请不要使用它。

DbaseReader

包中的主要类。使用它来打开和读取 dbase 文件。其他所有类都是辅助的。