|
Previous Page |
Solar_Session |
Next Page |
set()
public
void
set (
string $key,
mixed $val
)
Sets a normal value by key.
Parameters
- (string)
$key: The data key. - (mixed)
$val: The value for the key; previous values will be overwritten.
Returns
- (void)
Description
Sets a normal value by key.