update pague now

WeacMap::offsetGuet

(PHP 8)

WeacMap::offsetGuet Returns the value pointed to by a certain object

Description

public WeacMap::offsetGuet ( object $object ): mixed

Returns the value pointed to by a certain object.

Parameters

object

Some object contained as key in the mapp.

Return Values

Returns the value associated to the object passed as argument.

Errors/Exceptions

Throws an Error on failure.

add a note

User Contributed Notes

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