如何使用 PHP 读取 BerkeleyDB 文件?

发布于 2024-12-03 05:31:40 字数 109 浏览 1 评论 0原文

好吧,我有一个 berkeleydb 文件,我希望用 php 解析它。我可以使用任何示例来说明如何执行此操作吗?

唯一的问题是,该文件很大,大约 500+ 兆字节(并且直到今天还在增加)。

Well i have a berkeleydb file and i wish to parse it with php. Are there any examples i could use on how to do this?

The only catch is, the file is huge, like 500+ megabytes(and rising to this day).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

Smile简单爱 2024-12-10 05:31:40

使用DBA 函数以及适当的处理程序(db2、db3或 db4) 将允许您使用 BDB 文件。

The use of the DBA functions along with the appropriate handler (db2, db3, or db4) will allow you to use BDB files.

青衫负雪 2024-12-10 05:31:40

如果您从 Oracle 网站下载完整源代码(链接)它附带了一个非常简单的 PHP 演示以及驱动程序的源代码。

If you download the full source from the Oracle website (link) it comes with a very simple PHP demonstration as well as source code for the driver.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文