CakeFest 2024: The Official CakePHP Conference

WeakMap::offsetUnset

(PHP 8)

WeakMap::offsetUnsetマップからエントリを削除する

説明

public WeakMap::offsetUnset(object $object): void

マップからエントリを削除します。

パラメータ

object

マップから削除するオブジェクト

戻り値

値を返しません。

add a note

User Contributed Notes

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