From 167ff8da236e294fe07a6731a34cb1e228c391a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E4=BD=B3=E5=86=9B?= Date: Mon, 26 Jun 2017 16:46:48 +0800 Subject: [PATCH] Update 7.1.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed 显示错误 --- 7.1.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/7.1.md b/7.1.md index 790d7be..e0030a6 100644 --- a/7.1.md +++ b/7.1.md @@ -79,6 +79,7 @@ ZEND_FUNCTION(sample_hello_world) { 如果传递给函数的参数数量小于zend_parse_parameters()要接收的参数数量,它便会执行失败,并返回FAILURE。 如果我们需要接收多个参数,可以直接在zend_parse_paramenters()的参数里罗列接收载体便可以了,如: + ````php