PHP 클래스 Pop\Data\Type\Sql

저자: Nick Sagona, III ([email protected])
파일 보기 프로젝트 열기: nicksagona/PopPHP 1 사용 예제들

공개 메소드들

메소드 설명
decode ( string $data ) : mixed Decode the data into PHP.
encode ( mixed $data, string $table = null, string $idQuote = null, integer $divide = 100 ) : string Encode the data into its native format.

메소드 상세

decode() 공개 정적인 메소드

Decode the data into PHP.
public static decode ( string $data ) : mixed
$data string
리턴 mixed

encode() 공개 정적인 메소드

Encode the data into its native format.
public static encode ( mixed $data, string $table = null, string $idQuote = null, integer $divide = 100 ) : string
$data mixed
$table string
$idQuote string
$divide integer
리턴 string