Skip to content

Commit 50bf072

Browse files
committed
update
1 parent b733261 commit 50bf072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

3/function_implement.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ PHP在编译阶段将用户自定义的函数编译为独立的opcodes,保存
6262

6363
#### 3.2.1.2 函数参数
6464

65+
#### 3.2.1.3 函数的编译
66+
6567
### 3.2.2 内部函数
6668
上一节已经提过,内部函数指的是由内核、扩展提供的C语言编写的function,这类函数不需要经历opcode的编译过程,所以效率上要高于PHP用户自定义的函数,调用时与普通的C程序没有差异。
6769

0 commit comments

Comments
 (0)