示例#1
0
 /**
  * Remove an HTML attributes from the list
  * @param var $key The key of the value to remove from the array
  **/
 public function Remove($key)
 {
     _array::Remove($this->_list, $key);
 }