Home > Backend Development > PHP Tutorial > php扩张函数

php扩张函数

WBOY
Release: 2016-06-13 12:58:33
Original
1222 people have browsed it

php扩展函数

get_loaded_extensions();    //获取所有已加载的扩展
extension_loaded('extension_name');     //判断指定扩展是否加载




Copy after login

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