how to get a called functions list in a page in PHP ?
i want to catch all function called in single run . so i can see what happening arround the website
-- i can use it reduce the load of server
-- i can use it to track some third party call which is not i need like of file_get_contents and curl etc..
so i need list of my website function called in a page in php
can you have any idea how to do it ?