User Tools

Site Tools


uphp:functions:function_exists

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
uphp:functions:function_exists [2017/05/08 14:26]
jeff
uphp:functions:function_exists [2017/05/09 10:03]
jeff
Line 7: Line 7:
 ====Description==== ====Description====
  
-<well size="sm"> +<well size="sm"><html>
-<html>+
 <span style="font-size:125%;color:green">int <span style="font-size:125%;color:green">int
 <span style="color:black">function_exists ( <span style="color:black">function_exists (
Line 14: Line 13:
 <span style="color:blue">$function_name <span style="color:blue">$function_name
 <span style="color:black">) <span style="color:black">)
-</html> +</html></well>
-</well>+
  
 This function will check to see if a function exists in firmware (native, internal) or has been defined in the current script context (custom, user-defined).  It is useful if a script needs to determine if it is being run on an older version of the firmware that might not have some of the newer functions. It can also be used for controlling flow in scripts that define custom functions depending on certain conditions or [[include|included]] files. This function will check to see if a function exists in firmware (native, internal) or has been defined in the current script context (custom, user-defined).  It is useful if a script needs to determine if it is being run on an older version of the firmware that might not have some of the newer functions. It can also be used for controlling flow in scripts that define custom functions depending on certain conditions or [[include|included]] files.
uphp/functions/function_exists.txt · Last modified: 2021/09/13 05:57 (external edit)