# 第二章 PHP 底层原理

- [3.1 PHP底层的运行机制与原理](https://haxianhe.gitbook.io/php/di-er-zhang-php-di-ceng-yuan-li/php-di-ceng-de-yun-hang-ji-zhi-yu-yuan-li.md)
- [3.2 CGI、FastCGI和PHP-FPM关系解析](https://haxianhe.gitbook.io/php/di-er-zhang-php-di-ceng-yuan-li/cgifastcgi-he-phpfpm-guan-xi-jie-xi.md)
- [3.3 Session 原理解析](https://haxianhe.gitbook.io/php/di-er-zhang-php-di-ceng-yuan-li/session-yuan-li-jie-xi.md)
- [3.4 PHP 常见概念](https://haxianhe.gitbook.io/php/di-er-zhang-php-di-ceng-yuan-li/php-chang-jian-gai-nian.md)


---

# Agent Instructions: 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://haxianhe.gitbook.io/php/di-er-zhang-php-di-ceng-yuan-li.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.
