We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b68cce commit 7b609e4Copy full SHA for 7b609e4
book/chapt01/01-03-comm-code-in-php-src.markdown
@@ -4,7 +4,7 @@
4
这些代码在PHP的源码中出现的频率极高,基本在每个模块都会有他们的身影。本小节我们提取中间的一些进行说明。
5
6
## 1. "##"和"#"
7
-宏是C/C++是非常强大,使用也很多的一个功能,有时用来实现类似函数内联的效果,
+宏是C/C++非常强大、使用也很多的一个功能,有时用来实现类似函数内联的效果,
8
或者将复杂的代码进行简单封装,提高可读性或可移植性等。在PHP的宏定义中经常使用双井号。
9
下面对"##"及"#"进行详细介绍。
10
0 commit comments