Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 6f7e4d6a

Přidáno uživatelem Michal Kliment před více než 3 roky(ů)

  • ID 6f7e4d6aa44ab18ea756efc7bae2163ddde4ecb2
  • Rodič e0da3ee3

Add gain and azimuth to wireless ifaces (fixes #1166)

Zobrazit rozdíly:

application/helpers/valid.php
{
return preg_match ("/^([0-9]{1,6}-)?([0-9]{2,10})\/[0-9]{4}$/", $str);
}
/**
* Checks whether string is valid azimuth
*
* @author Michal Kliment
* @param string $str
* @return boolean
*/
public static function azimuth($str)
{
return $str >= 0 && $str < 360;
}
} // End valid

Také k dispozici: Unified diff