# PHP 编码技巧

- [PHP编码习惯](https://phper.shujuwajue.com/phpbian-ma-ji-qiao/phpbian-ma-xi-guan.md)
- [PHP语法糖](https://phper.shujuwajue.com/phpbian-ma-ji-qiao/phpyu-fa-tang.md)
- [PHP代码优化](https://phper.shujuwajue.com/phpbian-ma-ji-qiao/phpdai-ma-you-hua.md)
- [PHP重点新特性](https://phper.shujuwajue.com/phpbian-ma-ji-qiao/phpzhong-dian-xin-te-xing.md)
- [PHP编码规范](https://phper.shujuwajue.com/phpbian-ma-ji-qiao/phpbian-ma-gui-fan.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://phper.shujuwajue.com/phpbian-ma-ji-qiao.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.
