downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

WeakMap::offsetUnset> <WeakMap::offsetGet
[edit] Last updated: Thu, 23 May 2013

view this page in

WeakMap::offsetSet

(PECL weakref >= 0.2.0)

WeakMap::offsetSetActualiza el mapa con un nuevo par clave-valor

Descripción

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

Actualiza el mapa con un nuevo par clave-valor. Si la clave ya existiera en el mapa, el valor antiguo se reemplazaría con el nuevo.

Parámetros

object

El objeto que sirve como clave del par clave-valor.

value

Los datos arbitrarios que sirven como valor del par clave-valor.

Valores devueltos

No devuelve ningún valor.



add a note add a note User Contributed Notes WeakMap::offsetSet - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites