芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php
count = $count; $this->dataCodewords = $dataCodewords; } /** * Returns how many times the block is used. */ public function getCount() : int { return $this->count; } /** * Returns the number of data codewords. */ public function getDataCodewords() : int { return $this->dataCodewords; } }