예제 #1
0
파일: url.php 프로젝트: nsteiner/kdoc
 /**
  * Returns the correct separator for parameters
  * depending on the operating system
  * 
  * @return string
  */
 public static function paramSeparator()
 {
     return detect::windows() ? ';' : ':';
 }