ok
Direktori : /proc/thread-self/root/home2/selectio/www/3-idiots/vendor/mpdf/mpdf/src/Utils/ |
Current File : //proc/thread-self/root/home2/selectio/www/3-idiots/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); } }