Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

if function not exists php

if(function_exists('my_function')){
    // my_function is defined
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #function #exists #php
ADD COMMENT
Topic
Name
9+4 =