isAlpha() 공개 정적인 메소드

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