Skip to content

Commit ac71ec2

Browse files
committed
update
1 parent d3c0e03 commit ac71ec2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

7/conf.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ STD_PHP_INI_ENTRY(name,default_value,modifiable,on_modify,property_name,struct_t
7878
* __struct_type:__ 映射结构的类型
7979
* __struct_ptr:__ 映射结构的变量地址,发现配置后会
8080
81+
> 除了STD_PHP_INI_ENTRY()这个宏还有一个类似的宏`STD_PHP_INI_BOOLEAN()`,用法一致,差别在于后者会自动把配置添加到phpinfo()输出中。
82+
8183
这个宏展开后生成一个`zend_ini_entry_def`结构:
8284
```c
8385
typedef struct _zend_ini_entry_def {

0 commit comments

Comments
 (0)