"; if(!extension_loaded('ssdeep')) { dl('ssdeep.' . PHP_SHLIB_SUFFIX); } $module = 'ssdeep'; $functions = get_extension_funcs($module); echo "Functions available in the test extension:$br\n"; foreach($functions as $func) { echo $func."$br\n"; }