Skip to content

itcastphpgit2/phptestsoft8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

使用案例代码(DemoCode)

// 1. 引入autoload.php

require './vendor/autoload.php';

$data = [ 'name' => 'zs', 'age' => 18 ];

// 调用 Json的encode静态方法 序列化数据 $jsondata = \phptestsoft8\Json::encode($data);

print_r($jsondata);

About

第一个composer组件/包

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages