Posts PHP Disabled Functions
Post
Cancel

PHP Disabled Functions

Add this to a php file on the web server

1
2
3
<?php
        echo ini_get('disable_functions');
?>

PHP: ini_get - Manual

This post is licensed under CC BY 4.0 by the author.