golden hour
/home/doctorbruno/public_html/taeionline.com/support/include/mpdf/vendor/mpdf/mpdf/src/Utils
⬆️ Go Up
Upload
File/Folder
Size
Actions
Arrays.php
2.03 KB
Del
OK
NumericString.php
244 B
Del
OK
PdfDate.php
901 B
Del
OK
UtfString.php
1.41 KB
Del
OK
Edit: NumericString.php
<?php namespace Mpdf\Utils; class NumericString { public static function containsPercentChar($string) { return strstr($string, '%'); } public static function removePercentChar($string) { return str_replace('%', '', $string); } }
Save