If you are not hosting your website yourself, you may not know what exactly is installed on the server your domain resides on.
In order to find out some extended information about your PHP capabilities, simply create a text file and add this line to it:
<?php phpinfo(); ?>
Then save the file as test.php and upload to your server. Access the file and it will display the information.