Create a php script with following content
";
foreach (get_loaded_extensions() as $extn) {
echo $extn . "\n";
}
See php
Written by
Create a php script with following content
";
foreach (get_loaded_extensions() as $extn) {
echo $extn . "\n";
}
See php
Leave a Reply