占卜师
github.com/Cvar1984/Fortune
源代码
问题
安装: 3
依赖: 2
建议: 0
安全性: 0
星标: 0
关注者: 1
分支: 1
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
MIT ce4dfc7def1a2ab0dcd322a16ad08d07ab27e847
keywordrandomfortune
This package is auto-updated.
Last update: 2024-09-06 05:37:35 UTC
示例
<?php require __DIR__ . "/vendor/autoload.php"; $fortune = Cvar1984\Fortune\Fortune::make(Cvar1984\Fortune\Fortune::TERRY_DAVIS); echo $fortune; // you can also ommit parameter like this echo Cvar1984\Fortune\Fortune::make();