functionNow

functionNow ( string function_name , array arguments ) : mixed

Execute now a php function referenced on your shop and return its value

Example

Check if a reference already exists in database

isProductExist=functionNow('id_product_reference',["F55OYN3"])


See also

function
mutliFunctionNow

Parameters

function_name

Function on the PHP libary or in traditionnal PHP language.

arguments

argument of the PHP function