typed input:用于symfony输入的安全输入包装器 源码
打字输入 安装: 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
用户评论