offsetUnset() 공개 메소드

public offsetUnset ( string | integer $key )
$key string | integer
예제 #1
0
 /**
  * Unsets a position in the ArrayAccess object
  *
  * @param string|integer $key
  */
 public function offsetUnset($key)
 {
     $this->object->offsetUnset($key);
 }