PHP 클래스 think\process\Utils

파일 보기 프로젝트 열기: top-think/framework 1 사용 예제들

공개 메소드들

메소드 설명
escapeArgument ( string $argument ) : string 转义字符串
validateInput ( string $caller, mixed $input ) : string 验证并进行规范化Process输入。

비공개 메소드들

메소드 설명
isSurroundedBy ( $arg, $char )

메소드 상세

escapeArgument() 공개 정적인 메소드

转义字符串
public static escapeArgument ( string $argument ) : string
$argument string
리턴 string

validateInput() 공개 정적인 메소드

验证并进行规范化Process输入。
public static validateInput ( string $caller, mixed $input ) : string
$caller string
$input mixed
리턴 string