|
@@ -676,7 +676,7 @@ class CmdCode {
|
|
|
* 获取神庙信息
|
|
|
*/
|
|
|
const active_GetShenmiaoData = 6518;
|
|
|
-
|
|
|
+
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
@@ -1144,8 +1144,7 @@ class CmdCode {
|
|
|
static function L() {
|
|
|
$class = new \ReflectionClass(__CLASS__); # 建立这个类的反射对象
|
|
|
$properties = $class->getProperties(\ReflectionProperty::IS_STATIC); # 拉取所有静态属性
|
|
|
- $fileName = __DIR__ . "/" . str_replace('\\', '.', __CLASS__) . ".txt"; # 输出文件名
|
|
|
- \var_dump($fileName);
|
|
|
+ $fileName = __DIR__ . "/" . str_replace('\\', '.', __CLASS__) . ".txt"; # 输出文件名
|
|
|
$fd = fopen($fileName, "w");
|
|
|
if (false === $fd) { # 打开文件失败
|
|
|
throw new \Exception("打开$fileName 失败");
|