# PHP 7.1.x 新特性

- [新特性](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing.md)
- [可为空（Nullable）类型](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/ke-wei-kong-ff08-nullable-ff09-lei-xing.md)
- [对称阵列解构](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/dui-cheng-zhen-lie-jie-gou.md)
- [Void 函数](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/void-han-shu.md)
- [类常量访问权限控制](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/lei-chang-liang-private-protected-public-quan-xian-kong-zhi.md)
- [多异常捕获处理](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/duo-yi-chang-bu-huo-chu-li.md)
- [list()现在支持键名](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/listxian-zai-zhi-chi-jian-ming.md)
- [支持为负的字符串偏移量](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/zhi-chi-wei-fu-de-zi-fu-chuan-pian-yi-liang.md)
- [补充\*其他特性与变更](https://php7.shujuwajue.com/php-71x-xin-te-xing/xin-te-xing/bu-5145-qi-ta-te-xing-yu-bian-geng.md)
- [补充\*新的函数](https://php7.shujuwajue.com/php-71x-xin-te-xing/bu-5145-xin-de-han-shu.md)
- [补充\*新增的全局常量](https://php7.shujuwajue.com/php-71x-xin-te-xing/bu-5145-xin-zeng-de-quan-ju-chang-liang.md)
- [补充:不向后兼容的变更](https://php7.shujuwajue.com/php-71x-xin-te-xing/bu-51453a-bu-xiang-hou-jian-rong-de-bian-geng.md)
- [补充\*废弃的特性](https://php7.shujuwajue.com/php-71x-xin-te-xing/fei-qi-de-te-xing.md)
- [补充\*变更的函数](https://php7.shujuwajue.com/php-71x-xin-te-xing/bu-5145-bian-geng-de-han-shu.md)
- [补充\*其他的变更](https://php7.shujuwajue.com/php-71x-xin-te-xing/bu-5145-qi-ta-de-bian-geng.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://php7.shujuwajue.com/php-71x-xin-te-xing.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.
