# 介绍

> 小虾米（QQ:509129）

针对 PHP 7.0.x 版本，PHP 7.1.x 版本的新特性做了详细的介绍与解读.部分做了相关中文译文

## 查看官方中文文档： <a href="#cha-kan-wen-dang" id="cha-kan-wen-dang"></a>

[PHP 最新官方中文文档](https://secure.php.net/manual/zh/)


---

# 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://php7.shujuwajue.com/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.
