Home > Backend Development > PHP Tutorial > 为何服务器上get_loaded_extensions()是空的

为何服务器上get_loaded_extensions()是空的

WBOY
Release: 2016-06-13 12:39:03
Original
954 people have browsed it

为什么服务器上get_loaded_extensions()是空的?
$a = get_loaded_extensions();
foreach($a as $b)
{
echo $b.'
';
}

同样的这段代码,在本地里有东西,上传到服务器上就是空的,怎么解决,求指教。

本地是XAMPP  服务器是LNMP

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template