getROT13() 공개 메소드

Returns ROT13-encoded version
public getROT13 ( string $key ) : mixed
$key string
리턴 mixed
예제 #1
0
 /**
  */
 public function testGetROT13()
 {
     $this->assertSame('<vzt vq="475">lrf</vzt>', $this->cage->getROT13('input'));
 }