> For the complete documentation index, see [llms.txt](https://ctfbook.ph0en1x.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ctfbook.ph0en1x.com/web/php-an-quan.md).

# PHP 安全

- [PHP 反序列化漏洞](https://ctfbook.ph0en1x.com/web/php-an-quan/php-fan-xu-lie-hua-lou-dong.md)
- [PHP 代码审计小结](https://ctfbook.ph0en1x.com/web/php-an-quan/php-dai-ma-shen-ji-xiao-jie.md)
- [PHP 伪协议总结](https://ctfbook.ph0en1x.com/web/php-an-quan/php-wei-xie-yi-zong-jie.md)
- [PHP 内存破坏漏洞](https://ctfbook.ph0en1x.com/web/php-an-quan/php-nei-cun-po-huai-lou-dong.md)
- [PHP mail header injection](https://ctfbook.ph0en1x.com/web/php-an-quan/php-mail-header-injection.md)
- [PHP 弱类型安全总结](https://ctfbook.ph0en1x.com/web/php-an-quan/phpruo-lei-xing-an-quan-zong-jie.md)
- [PHP 各版本特性](https://ctfbook.ph0en1x.com/web/php-an-quan/phpge-ban-ben-te-xing.md)


---

# 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://ctfbook.ph0en1x.com/web/php-an-quan.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.
