Метод | Описание | |
---|---|---|
__callStatic ( $method, $params ) | Transform::jsonDecode('abc', true); | |
decode ( string $content, string $type, boolean $assoc = true, array $config = [] ) : mixed | 解码数据 | |
encode ( mixed $content, string $type, array $config = [] ) : string | 编码内容 |
Метод | Описание | |
---|---|---|
init ( string $type ) | 初始化解析驱动 |
public static __callStatic ( $method, $params ) |