Answers for "how to check a function exists in php"

1

function exists

function_exists('function_name'); //Will return true if function exists
Posted by: Guest on August-10-2020

Code answers related to "how to check a function exists in php"

Browse Popular Code Answers by Language