xxxx日本护士丰满hd|亚洲av日韩av无码av欧美av|精品国产污污网站在线看免费|日日摸日日碰夜夜爽久久|国产一区二区亚洲精品

SplObjectStorage::offsetUnset

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

SplObjectStorage::offsetUnsetRemoves an object from the storage

說(shuō)明

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

Removes an object from the storage.

注意:

SplObjectStorage::offsetUnset() is an alias of SplObjectStorage::detach().

參數

object

The object to remove.

返回值

沒(méi)有返回值。

范例

示例 #1 SplObjectStorage::offsetUnset() example

<?php
$o 
= new StdClass;
$s = new SplObjectStorage();
$s->attach($o);
var_dump(count($s));
$s->offsetUnset($o); // Similar to unset($s[$o])
var_dump(count($s));
?>

以上例程的輸出類(lèi)似于:

int(1)
int(0)

參見(jiàn)

xxxx日本护士丰满hd|亚洲av日韩av无码av欧美av|精品国产污污网站在线看免费|日日摸日日碰夜夜爽久久|国产一区二区亚洲精品