Php How To Find Functions Available In Module

This could be handy if the module is not documented.

$module = 'clamav';
$functions = get_extension_funcs($module);
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License