testing - ImageMagick Installed, True or False, How to Check? PHP -


this question has answer here:

i have run function has option use gd or imagemagick - best way (php) test if imagemagick installed, , return true or false?

use if condition extension_loaded() function check whether have extension loaded

if(extension_loaded('imagick')) {     echo 'imagick loaded'; } 

documentation


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -