/
home
/
old_henza
/
server
/
vendor
/
mpdf
/
mpdf
/
src
/
Utils
/
File Upload :
llllll
Current File: //home/old_henza/server/vendor/mpdf/mpdf/src/Utils/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); } }
Copyright ©2k19 -
Hexid
|
Tex7ure