function ( string function_name , array arguments ) : void
Puts a call for a PHP function in the stack of commands to execute. Commands will be executed at the call of send() or every cycles if you implement this solution.
Example
function('add_image',[ image,nom ])
See also
functionNowParameters
function_name
Function on the PHP libary or in traditionnal PHP language.
arguments
argument of the PHP function