functionStack

functionStack ( list stack , string function_name , array arguments ) : void

Puts a call for a PHP function in a private stack. Commands will be executed at the call of sendStack with your private stack.

Example


stack=[]
functionStack(stack,'add_image',[ image,nom ])


See also

sendStack

Parameters

stack

A list of string where the command is stacked

function_name

Function on the PHP libary or in traditionnal PHP language.

arguments