check() public static méthode

Is command line
public static check ( ) : boolean
Résultat boolean
Exemple #1
0
 /**
  * @return bool
  */
 public function isCli()
 {
     return Cli::check();
 }
Exemple #2
0
 public function testCheck()
 {
     isTrue(Cli::check());
 }