Answers for "php 8.0 function_exists"

PHP
1

php check if 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