gitslagga/utils

这是一个来自composer的utils仓库

0.1.2 2019-01-08 12:59 UTC

This package is auto-updated.

Last update: 2024-09-09 01:34:51 UTC


README

使用方法

$ composer require gitslagga/utils
$ touch test.php
<?php
require_once "vendor/autoload.php";

$utils = new Jean\Utils\Hello();
echo $utils->hello();
$ php test.php

它将打印 "Hello World!" 然后退出。