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/04/10 13:07]
jeff
uphp:functions:function_exists [2017/04/12 09:12]
jeff
Line 20: Line 20:
 </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 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.
  
 ====Parameter==== ====Parameter====
uphp/functions/function_exists.txt · Last modified: 2021/09/13 05:57 (external edit)