Beispiel #1
0
 /**
  * Returns the correct separator for parameters
  * depending on the operating system
  * 
  * @return string
  */
 public static function paramSeparator()
 {
     return detect::windows() ? ';' : ':';
 }