芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/vendor/setasign/fpdi/src/PdfParser/Type/PdfToken.php
value = $token; return $v; } /** * Ensures that the passed value is a PdfToken instance. * * @param mixed $token * @return self * @throws PdfTypeException */ public static function ensure($token) { return PdfType::ensureType(self::class, $token, 'Token value expected.'); } }