extension_loaded('扩展'); 检测扩展是否开启

function_exists('函数名'); 检测函数是否可用

gd_info; 得到GD库信息

get_defined_functions(); 得到所有已定义的函数

相关文章:

  • 2021-08-04
  • 2021-04-01
  • 2021-09-25
  • 2021-08-10
  • 2022-12-23
  • 2021-12-05
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2021-11-23
  • 2021-08-07
  • 2022-01-04
  • 2021-09-28
  • 2021-10-13
  • 2021-10-10
  • 2021-06-08
相关资源
相似解决方案