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