# 附录\*小问题整理

## spl\_autoload\_register 函数

[spl\_autoload\_register官方手册](http://www.php.net/manual/zh/function.spl-autoload-register.php)

[为什么要用spl\_autoload\_register来取代\_\_autoload()](https://segmentfault.com/q/1010000000625354)

[spl\_autoload\_register与autoload的区别详解](http://www.jb51.net/article/37746.htm)

## array\_splice函数

[PHP之在数组任意位置插入元素](http://blog.sina.com.cn/s/blog_664c9f650101dwo7.html)


---

# 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/fu-5f55-xiao-wen-ti-zheng-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.
