Is there any way to get a list of all the PHP functions usable on the server? I know not all functions are enabled by default and I would like to know which ones are available to me. I tried the phpinfo(); method, but it has been disabled on the server for security reasons. Thanks.