如何离线获取完整的 PHP 文档

发布于 2024-11-02 23:33:46 字数 1539 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

自找没趣 2024-11-09 23:33:46

我个人使用 .chm 版本 手册 - 有很多 chm 文件阅读器对于 linux 和 OSX 来说,可以使用。它还提供集成搜索,这是它的主要优点。还提供英文 chm 下载,其中包含用户注释

此外,php.net 还提供了 php 手册作为手册页,可通过 PEAR 安装 - 集成到 ie emacs 或 vim 中非常棒。

$ pear channel-discover doc.php.net
$ pear install doc.php.net/pman
$ pman strpos

在过去的几年里,我已经从 chm 查看器切换到 Zeal,它提供了多种编程语言(包括 PHP)的文档集。

您还可以检查 http://devdocs.io/offline 进行离线查看,也适用于 Windows、Linux 和 Mac二进制文件。

I personally use the .chm version of the manual - there are plenty of chm file readers for linux and OSX out there that can be used. It also offers integrated search, which is the main plus for it. The english chm download is also offered with the user notes included.

Also, php.net offers a the php manual as man pages, installable via PEAR - it's awesome to integrate into i.e. emacs or vim.

$ pear channel-discover doc.php.net
$ pear install doc.php.net/pman
$ pman strpos

In the last years I have switched from chm viewers to Zeal, which provides docsets for several programming languages, including PHP.

You can also check http://devdocs.io/offline for offline, also available for Windows, Linux and Mac binaries.

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