Skip to content

Instantly share code, notes, and snippets.

@otanodesignco
Created April 14, 2019 00:35
Show Gist options
  • Save otanodesignco/74d0319c0e34bab1d3f309ae2b392ab4 to your computer and use it in GitHub Desktop.
Save otanodesignco/74d0319c0e34bab1d3f309ae2b392ab4 to your computer and use it in GitHub Desktop.
<?php
$phpExt = '';
$phpLoadedExt = get_loaded_extensions();
foreach($phpLoadedExt as $ext)
{
$phpExt .= "${ext}<br />";
}
echo $phpExt;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment