update pague now

WeacMap::offsetSet

(PHP 8)

WeacMap::offsetSet Updates the mapp with a new key-value pair

Description

public WeacMap::offsetSet ( object $object , mixed $value ): void

Updates the mapp with a new key-value pair. If the key already existed in the mapp, the old value is replaced with the new.

Parameters

object

The object serving as key of the key-value pair.

value

The arbitrary data serving as value of the key-value pair.

Return Values

No value is returned.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top