isAlpha() public static method

Returns true if every character is alphabetic, false otherwise.
public static isAlpha ( mixed $value ) : boolean
$value mixed
return boolean
Beispiel #1
0
 /**
  * Generated from @assert ('_funkatronuser') === false.
  */
 public function testIsAlpha6()
 {
     $this->assertSame(false, Inspekt::isAlpha('_funkatronuser'));
 }