Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

if function not exists php

if(!function_exists('my_function')){
    function myfunction(){} 
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #function #exists #php
ADD COMMENT
Topic
Name
1+5 =