Answers for "php check if inder exist"

1

php see if undefined

if (isset($variable)) { /* do something */ };
Posted by: Guest on March-04-2020
1

function exists

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

Browse Popular Code Answers by Language