PHP 클래스 org\transform\driver\Base64

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

공개 프로퍼티들

프로퍼티 타입 설명
$target

공개 메소드들

메소드 설명
decode ( string $data, string $target = '' ) Base64解码函数
encode ( string $data, string $target = '' ) Base64编码函数

메소드 상세

decode() 공개 메소드

Base64解码函数
public decode ( string $data, string $target = '' )
$data string 欲解码的数据
$target string 解码目标

encode() 공개 메소드

Base64编码函数
public encode ( string $data, string $target = '' )
$data string 欲编码的数据
$target string 编码目标

프로퍼티 상세

$target 공개적으로 정적으로 프로퍼티

public static $target