/
home
/
techb158
/
exp.abdallabala.com
/
vendor
/
mpdf
/
mpdf
/
src
/
Utils
/
/home/techb158/exp.abdallabala.com/vendor/mpdf/mpdf/src/Utils
mkdir
upload
Name
Size
Mode
Actions
Arrays.php
1892
0644
edit
dl
rm
NumericString.php
244
0644
edit
dl
rm
PdfDate.php
901
0644
edit
dl
rm
UtfString.php
1443
0644
edit
dl
rm
Edit:
/home/techb158/exp.abdallabala.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