类似 PHP 的高级 C 实用程序库

发布于 2024-11-14 20:35:24 字数 579 浏览 2 评论 0原文

我正在寻找类似 PHP 的高级 C 实用程序库。

我找到了以下库:

所有这些看起来都不错,但我想知道是否有一些 PHP 函数的直接 C 端口。 我的目标是使用已经众所周知的函数原型来加速开发。

I'm looking for a PHP-like high level C utility library.

I've found the following libraries:

All of them looks good, but i'd like to know if there is a straight C port of some PHP functions.
My aim is to speedup development using already well-known functions prototypes.

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

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

发布评论

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

评论(2

哑剧 2024-11-21 20:35:24

有很多图书馆可以提供各种各样的东西。如果您想要功能与 PHP 完全相同的东西,您可以尝试根据您的需要调整 PHP 源代码。您可以在源代码目录中的ext/standard/*.c中找到标准内置函数。

(不过,结果可能值得弗兰肯斯坦博士的赞赏)

There are many libraries for all kinds of things. If you want something with functions exactly like PHP's, you could try to adapt the PHP source code to your needs. You can find the standard built-in functions in ext/standard/*.c in the source code directory.

(the result will likely be worthy of dr. Frankenstein's appreciation though)

何处潇湘 2024-11-21 20:35:24

我发现这个 扩展 C 标准库正是我正在寻找的。

I've found this eXtended C Standard Library is exactly what i was looking for.

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