clearswitch/dataconversion

0.0.2 2023-08-15 07:56 UTC

This package is auto-updated.

Last update: 2024-04-16 03:16:03 UTC


README

json,xml,array 数据之间的转换

创建新的请求实例

use ClearSwitch\DataConversion\DataConversion;

/**
 * $data需要的转换的数据(暂时只支持json,xml,array)
 *$type 需要转换的格式(暂时只支持json,xml,array)
 */
$obj=new DataConversion();
$obj->dataConversion($data,$type);