[PHP] pobierz, plaintext for($i=0, $len=strlen($string); $i<$len; $i++) { $string[$i] = chr( (ord($string[$i]) + 1) );} [PHP] pobierz, plaintext