JustinK101 Posted October 31, 2008 Share Posted October 31, 2008 I need to do something like: if(json_loaded() == false) { trigger_error("Whoops. We need JSON to proceed.", E_USER_ERROR); } Link to comment https://forums.phpfreaks.com/topic/130842-how-do-i-check-if-the-json-module-installedloaded-dynamically/ Share on other sites More sharing options...
JustinK101 Posted October 31, 2008 Author Share Posted October 31, 2008 Got it: extension_loaded("json") Link to comment https://forums.phpfreaks.com/topic/130842-how-do-i-check-if-the-json-module-installedloaded-dynamically/#findComment-679112 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.