Scripting Integrator 2016 PHP Edition
Scripting Integrator 2016 PHP Edition
Questions / Feedback?

AddFunction Method

Adds a custom function.

Object Oriented Interface

public function doAddFunction($name);

Procedural Interface

inscript_powershell_do_addfunction($res, $name);

Remarks

This method adds a custom function. Custom functions must be added before calling Eval or EvalFile. During execution the Function event will fire, providing an opportunity to calculate and supply a return value.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Scripting Integrator 2016 PHP Edition - Version 16.0 [Build 7240]