User Tools

Site Tools


uphp:functions:call_user_func

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
Previous revision
uphp:functions:call_user_func [2017/04/06 14:54]
jeff
uphp:functions:call_user_func [2021/09/13 05:57] (current)
Line 7: Line 7:
 ====Description==== ====Description====
  
-<well size="sm"> +<well size="sm"><html>
-<html>+
 <span style="font-size:125%;color:green">mixed <span style="font-size:125%;color:green">mixed
-<span style="color:black"> +<span style="color:black">call_user_func (
-</html> +
-[[call_user_func]] ( +
-<html>+
 <span style="color:green">string <span style="color:green">string
 <span style="color:blue">$function_name <span style="color:blue">$function_name
Line 20: Line 16:
 <span style="color:blue">$parameters <span style="color:blue">$parameters
 <span style="color:black">... ] ) <span style="color:black">... ] )
-</html> +</html></well>
-</well>+
  
 Return result as defined by the user function  Return result as defined by the user function 
Line 27: Line 22:
 ====Parameters==== ====Parameters====
  
-<html><b><span style="color:blue">$function_name<span style="color:black"></b></html>:  <html><b><span style="color:green">String<span style="color:black"></b></html> containing the name of the user function to call+<html><b><span style="color:blue">$function_name<span style="color:black"></b>:  <b><span style="color:green">String<span style="color:black"></b> containing the name of the user function to call</html>
  
 <html><b><span style="color:blue">$parameters<span style="color:black"></b></html>:  Optional parameter(s) to pass to the function <html><b><span style="color:blue">$parameters<span style="color:black"></b></html>:  Optional parameter(s) to pass to the function
  
-====Return Value====+====Return Values====
  
-Any type depending on the way the function is defined+<html><b><span style="color:green">Mixed<span style="color:black"></b></html>:  Any type depending on the way the function is defined
  
 ====Example==== ====Example====
uphp/functions/call_user_func.1491490487.txt.gz · Last modified: 2021/09/13 05:56 (external edit)