芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/minscoop.com/system/ThirdParty/Kint/Zval/ResourceValue.php
resource_type) { return $this->resource_type.' resource'; } return 'resource'; } public function transplant(Value $old): void { parent::transplant($old); if ($old instanceof self) { $this->resource_type = $old->resource_type; } } }