跳到主要内容

map_get_all

获取哈希表内的所有键值对(hgetall)

声明

map map_get_all(mixed db, string name)

参数

参数名描述
db数据库名称或者数据库对象
name哈希表名称

返回值

所有键值对

使用方式

返回文档