> For the complete documentation index, see [llms.txt](https://gundy.gitbook.io/php/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gundy.gitbook.io/php/master.md).

# Introduction

## 目的

PHP作为Web开发语言已经活跃了数十年，一直为人所诟病的性能问题，在7.0版本以后也有了很大的突破，swoole的出现也改变了PHP原有的一些编程方式，相信未来PHP在Web开发领域也一定有一席之地。

本书主要是作者根据自身经历，整理归纳出现代PHPer所应掌握的一些基础知识。文中大部分内容来源于网络博客，开源书籍等，作者只做整理归纳。

由于个人能力有限，总结不到之处甚多，如果你有意见或建议，欢迎给提 issue 或 PR,一起优化文中归纳。

## 地址

github 地址: <https://github.com/igo9go/modernphp>

gitbook 在线浏览: <https://www.gitbook.com/book/igo9go/-php/details>

## 联系作者

微信：![](http://oc9orpe44.bkt.clouddn.com/17-2-17/25302389-file_1487319769081_10ea7.png)

微信交流群：

## 捐赠

微信支付:![alipay](http://oc9orpe44.bkt.clouddn.com/17-2-17/84635262-file_1487318515853_3eb6.png)

## 许可证

本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议 进行许可。传播此文档时请注意遵循以上许可协议。 关于本许可证的更多详情可参考http\:// creativecommons.org/licenses/by-sa/4.0/


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gundy.gitbook.io/php/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
