|
PHP5中文手册
get_loaded_extensions(PHP 4, PHP 5) get_loaded_extensions — Returns an array with the names of all modules compiled and loaded 说明
array get_loaded_extensions
([ bool $zend_extensions=FALSE
] )
This function returns the names of all the modules compiled and loaded in the PHP interpreter. 参数
返回值Returns an indexed array of all the modules names. 更新日志
范例
Example#1 get_loaded_extensions() Example
<?php 上例的输出类似于:
|