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