1. 首页
  2. 数据库
  3. 其它
  4. typed input:用于symfony输入的安全输入包装器 源码

typed input:用于symfony输入的安全输入包装器 源码

上传者: 2021-02-08 10:23:20上传 ZIP文件 32.58KB 热度 11次
打字输入 安装: composer require michaelpetri/typed-input 用法: $ typedInput = TypedInput :: fromInput ( $ input ); echo $ typedInput -> getOption ( 'my-option' )-> asNonEmptyString (); echo $ typedInput -> getArgument ( 'my-argument' )-> asInteger (); 可用方法: asBoolean asBooleanOrNull asInteger asIntege
用户评论