# Functions
带有默认值的env读取函数 E读环境变量 一样效果.
No description provided by the author
子程序名:判断文本 真 找到 假 找不到 返回值类型:逻辑型 参数<1>的名称为“与判断的文本”,类型为“文本型”。 参数<2>的名称为“关键字”,类型为“文本型”,允许接收空参数数据。 参数<3>的名称为“更多关键字”,类型为“文本型”,允许接收空参数数据,需要接收数组数据。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
env.
No description provided by the author
No description provided by the author
生成uuid.
No description provided by the author
生成短id.
No description provided by the author
No description provided by the author
自动检查内容是否一致是否需要写出.
路径不存在时自动创建.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
子程序名:文件_枚举枚举某个目录下的指定类型文件;成功返回文件数量;返回值类型:整数型参数<1>的名称为“欲寻找的目录”,类型为“文本型”。注明:文件目录。参数<2>的名称为“欲寻找的文件名”,类型为“文本型”。注明:如果寻找全部文件可以填入空白,.txt|.jpg找txt和jpg的文件参数<3>的名称为“文件数组”,类型为“文本型”,接收参数数据时采用参考传递方式,允许接收空参数数据,需要接收数组数据。注明:用于装载文件数组的变量;把寻找到的文件都放在这个数组里,并返回;。参数<4>的名称为“是否带路径”,类型为“逻辑型”,允许接收空参数数据。注明:默认为假; 真=带目录路径,如C:\012.txt; 假=不带,如 012.txt;。参数<6>的名称为“是否遍历子目录”,类型为“逻辑型”,允许接收空参数数据。注明:留空默认为假;为真时文件数组不主动清空。.
No description provided by the author
路径不存在时自动创建.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
文本取出中间文本.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
子程序名:文本_取随机字母 取随机26个字母! 返回值类型:文本型 参数<1>的名称为“要取的字符数”,类型为“整数型”。注明:要取字符个数;。 参数<2>的名称为“字母类型”,类型为“整数型”,允许接收空参数数据。注明:可空:默认为小写字母;0=小写字母;1=大写字母;2=大小写字母混合;。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SimilarText计算两个字符串之间的相似度。参见http://php.net/manual/en/function.similar-text.php。.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
子程序名:计算数学表达式 返回值类型:双精度小数型 参数<1>的名称为“数学表达式”,类型为“文本型”。.
No description provided by the author
从路径中读入文件的文本内容.
调用格式: 〈逻辑型〉 路径_创建多级目录 (文本型 要创建的目录) - E2EE互联网服务器套件2.2.3->路径处理英文名称:PathMakeAnyDir创建任意级别的目录。目录存在直接返回真,不存在创建成功也返回真,创建失败返回假。本命令为初级命令。参数<1>的名称为“要创建的目录”,类型为“文本型(text)”。要创建的目录路径。
操作系统需求: Windows.
调用格式: 〈文本型〉 路径_合并 (文本型 路径1,文本型 路径2,..
No description provided by the author
简化用法.
NewStrArray creates and returns an empty Array.
NewStrArrayFrom creates and returns an Array with given slice <Array>.
NewStrArrayFromCopy creates and returns an Array from a copy of given slice <Array>.
NewStrArraySize create and returns an Array with given size and cap.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
文本截取函数.