Skip to content

renewfan/composer_packagist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DemoCode

<?php 
require './vendor/autoload.php'; //引入自动加载文件

$data=['name'=>'zhangsan',
		'age'=>'27'
];

$jsondata= \phpcomposer\Json::encode($data); //调用json文件中的方法
print_r($jsondata);

About

first composer_packagist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages