function simple_html_dom_node::removeAttribute in simplehtmldom API 6
Same name and namespace in other branches
- 5.2 simplehtmldom/simple_html_dom.php \simple_html_dom_node::removeAttribute()
- 7 simplehtmldom/simple_html_dom.php \simple_html_dom_node::removeAttribute()
File
- simplehtmldom/simple_html_dom.php, line 466 
Class
Code
function removeAttribute($name) {
  $this
    ->__set($name, null);
}