- PHP 手册
- 函数参考
- 其它基本扩展
- Judy
- Judy
Judy::offsetSet
(PECL judy >= 0.1.1)
Judy::offsetSet — Offset to set
说明
public Judy::offsetSet ( mixed$offset
, mixed $value
) : bool
Assigns a value to the specified offset.
参数
-
offset
-
The offset to assign the value to.
-
value
-
The value to set.
返回值
No value is returned.
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/judy.offsetset.php