ArrayAccess::offsetUnset

(PHP 5, PHP 7, PHP 8)

ArrayAccess::offsetUnset复位一个偏移位置的值

说明

public ArrayAccess::offsetUnset(mixed $offset): void

复位一个偏移位置的值。

注意:

当使用 (unset) 进行类型转换时,该方法不会被调用。

参数

offset

待复位的偏移位置。

返回值

没有返回值。

add a note

User Contributed Notes

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