此方法判断一个变量是否在指定数组中存在,如果存在则返回该数组下标值,否则返回0。<cfscript>/** * Like listFind(), except with an array. * * @param arrayToSearch The array to searc ...阅读全文>>
返回变量的类型
<cfscript>/** * Returns the type of the variable. * Made it cf5/mx compat with use of getFunctionList * * @param x The ...阅读全文>>