Documentation
IPS_FunctionExists
Require: IP-Symcon >= 2.6
boolean IPS_FunctionExists (int $FunctionName)
Parameters
FunctionName | Name of the checked function |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
The function checks if the function named FunctionName is registrated within IP Symcon.
Example
if (IPS_FunctionExists("GetValue"))
echo "The function GetValue exists!";