How to check predefined functions in PHP Posted by Unknown on May 29, 2013 Get link Facebook X Pinterest Email Other Apps if(function_exists('sha512')) { echo 'exitsts'; } else { echo 'no'; } Comments
Comments
Post a Comment