fxxph/phpdesigndemo

php design demo

v1.02 2016-12-23 08:52 UTC

This package is not auto-updated.

Last update: 2025-04-21 16:43:54 UTC


README

php 设计模式 示例

用法:

//Autoload 自动载入【注意vendor目录】

require './vendor/autoload.php';

//实例化demo类

use fxxph\phpdesigndemo\demo;

/调用方法

demo::detail();