PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
mpdf
/
mpdf
/
src
/
Utils
<?php namespace Mpdf\Utils; class NumericString { public static function containsPercentChar($string) { return strstr($string, '%'); } public static function removePercentChar($string) { return str_replace('%', '', $string); } }
[-] PdfDate.php
[edit]
[+]
..
[-] Arrays.php
[edit]
[-] NumericString.php
[edit]
[-] UtfString.php
[edit]