ok

Mini Shell

Direktori : /proc/thread-self/root/home2/selectio/www/a1tex.in/vendor/mpdf/mpdf/src/Utils/
Upload File :
Current File : //proc/thread-self/root/home2/selectio/www/a1tex.in/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);
	}

}

Zerion Mini Shell 1.0