parent root
PHP: Judy::offsetSet - Manual

Judy::offsetSet

(PECL judy >= 0.1.1)

Judy::offsetSetOffset to set

Description

public Judy::offsetSet ( mixed $offset , mixed $value ) : bool

Assigns a value to the specified offset.

Parameters

offset

The offset to assign the value to.

value

The value to set.

Return Values

No value is returned.

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root