You've already forked qlg.tsgz.moe
Init Repo
This commit is contained in:
5
vendor/swoole/tools/export.php
vendored
Executable file
5
vendor/swoole/tools/export.php
vendored
Executable file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
if ($argc == 1) {
|
||||
die("Usage: php export.php [class_name]\n");
|
||||
}
|
||||
ReflectionClass::export($argv[1]);
|
Reference in New Issue
Block a user