/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
mpdf
/
mpdf
/
src
/
Utils
/
/home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src/Utils
mkdir
upload
Name
Size
Mode
Actions
Arrays.php
2075
0644
edit
dl
rm
NumericString.php
244
0644
edit
dl
rm
PdfDate.php
901
0644
edit
dl
rm
UtfString.php
1431
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/mpdf/mpdf/src/Utils/NumericString.php
(244B)
<?php namespace Mpdf\Utils; class NumericString { public static function containsPercentChar($string) { return strstr($string, '%'); } public static function removePercentChar($string) { return str_replace('%', '', $string); } }
Save