跳到主要内容

dict_insert

插入某个数组pos位置下的值

声明

void dict_insert(mixed d, int pos, mixed val)

参数

参数名描述
d字典键
pos位置
val

返回值

使用方式

返回文档