getROT13() public method

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