Skip to content

Instantly share code, notes, and snippets.

@vglebov
Last active December 18, 2015 03:48
Show Gist options
  • Select an option

  • Save vglebov/5720484 to your computer and use it in GitHub Desktop.

Select an option

Save vglebov/5720484 to your computer and use it in GitHub Desktop.
<?php
class CaesarCipher{
public $alphabet;
public $cipher;
public function encode(string str){
//реализация
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment