PHP Класс Pop\Data\Type\Sql

Автор: Nick Sagona, III ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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