Download the PHP package jdkysq/translator without Composer
On this page you can find all versions of the php package jdkysq/translator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jdkysq/translator
More information about jdkysq/translator
Files in jdkysq/translator
Download jdkysq/translator
More information about jdkysq/translator
Files in jdkysq/translator
Vendor jdkysq
Package translator
Short Description 消息转换 支持 json xml url array serialize 数据格式之间的互相转换
License GPL-3.0-only
Package translator
Short Description 消息转换 支持 json xml url array serialize 数据格式之间的互相转换
License GPL-3.0-only
Please rate this library. Is it a good library?
Informations about the package translator
Translator
支持转换列表
- xml
- json
- url
- array
- serialize
使用
提供方法(v2.x)
Msg($msg)
From()
例子Json转xml:
提供方法(v1.x)
Translator->to
$original
- 来源格式
$format
- 目标格式
$msg
- 需要转换的消息
返回值
- 变成目标格式
例子Json转xml:
Translator->isFormat
主要用作检测某种格式是否支持
$format
- 目标格式
返回值
- true 或者 false
- true 支持
- false 不支持
例子Json转xml:
All versions of translator with dependencies
PHP Build Version
Package Version
Requires
ext-json Version
*
The package jdkysq/translator contains the following files
Loading the files please wait ....