existf . utils . sncode
VERSIONlatest
Check if a function exist
EXISTF
NAME
existf - Verify if a system function exist.
SYNOPSIS
existf(string);
DESCRIPTION
This function is used to check if a system function exist including all external modules currently loaded.
EXAMPLES
x
<strong>if</strong> existf("curl") <strong>then</strong>
...
<strong>endif</strong>
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>