Check the fifth line is the use function function_exists; This is an error, is this why?
CodePudding user response:
Function_exists method combined with namespace, such asUse foo/bar/function_exists;
CodePudding user response:
PHP 5.6 and later to support the use functionCodePudding user response:
Problem solved, please