サーチ…


備考

<cfinvoke>またはinvoke()使用はevaluate()より高速でなければなりません。

CFML

<cfinvoke method="#somePrivateMethodName#">
  <cfinvokeargument name="argument1" value="one">
</cfinvoke>

CFSCRIPT(CF10 +)

invoke("", somePrivateMethodName, {argument1='one'});


Modified text is an extract of the original Stack Overflow Documentation
ライセンスを受けた CC BY-SA 3.0
所属していない Stack Overflow