php8.5
Home/ Manual/ predefined / weakmap/ WeakMap::offsetSet

WeakMap::offsetSet

PHP function Edit on GitHub ✎

(PHP 8)

Updates the map with a new key-value pair

Description

WeakMap::offsetSet(object $object, mixed $value): void

Updates the map with a new key-value pair. If the key already existed in the map, 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

Void

Source: language/predefined/weakmap/offsetset.xml · from the official PHP manual (php/doc-en)