# 简介

我接触的第一门编程语言是C++，后来又用过一段时间的Java，毕业后却出乎意料的做了一份PHP的工作，本着做一件事就要把它做好的原则，我将一些关于PHP的学习心得整理在这本《软件开发：PHP卷》中，希望它能对你有所帮助。

此外，欢迎大家在 [Github](https://github.com/haxianhe/PHP-Notes.git) 中参与这本 PHP 开源书籍的补充工作。


---

# 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/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.
