IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/vendor/mpdf/mpdf/src/Utils/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/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 © 2021 - 2025 IMMREX7