PHP 클래스 Stash\Driver\FileSystem\NativeEncoder

상속: implements Stash\Driver\FileSystem\EncoderInterface
파일 보기 프로젝트 열기: tedivm/stash

공개 메소드들

메소드 설명
deserialize ( $path )
getExtension ( )
serialize ( $key, $data, $expiration = null )

보호된 메소드들

메소드 설명
encode ( string $data ) : string Finds the method of encoding that has the cheapest decode needs and encodes the data with that method.

메소드 상세

deserialize() 공개 메소드

public deserialize ( $path )

encode() 보호된 메소드

Finds the method of encoding that has the cheapest decode needs and encodes the data with that method.
protected encode ( string $data ) : string
$data string
리턴 string

getExtension() 공개 메소드

public getExtension ( )

serialize() 공개 메소드

public serialize ( $key, $data, $expiration = null )