// create a string
$string = '+7';
// try to match the beginning of the string
if(preg_match("{-15 to +12}", $string))
{
// if it matches we echo this line
return {strip all the + sign}
echo 'its a valid gmt time';
}
else
{
echo 'not valid gmt time';
}
Soru:
lütfen ilk {} preg_match'in üzerine, biz bunu nasıl yapabiliriz? regex yeni im ve ben sadece nerede başlar bilmiyorum
İkinci on {} biz nedense regex useing tarafından + işaretini şerit olabilir?
gmt aralık doğru olduğunu? -14 +12 (De i http://www.php.net/manual/en/timezones.others.php gördükleriniz şu)
Teşekkürler