$a = get_loaded_extensions();
foreach($a as $b)
{
echo $b.'<br/>';
}同样的这段代码,在本地里有东西,上传到服务器上就是空的,怎么解决,求指教。本地是XAMPP  服务器是LNMP