企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
empty_str方法检测是否为空字符串。 格式: ~~~ Validator::empty_str(参数1) ~~~ 用法: ~~~ Validator::empty_str(''); // true Validator::empty_str(null); // false ~~~