Skip to content

Update base_introduction.md #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1/base_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ PHP 独特的语法混合了 C、Java、Perl 以及 PHP 自创新的语法,丰
* 效率高:PHP消耗相当少的系统资源,自动gc机制
* 类库资源:有大量可用类库供开发者使用
* 扩展性:允许用户使用C/C++扩展PHP
* 跨平台:可以在unix、windows、max os等系统上面使用PHP
* 跨平台:可以在unix、windows、mac os等系统上面使用PHP

### 1.1.3 PHP的相关组成

Expand Down