How to get list of functions that are declared in a php file
do include to the file and try this :
$functions = get_defined_functions(); print_r($functions['user']);