require 'MorseClass.php'; $morse = new MorseClass();
echo $morse->text_to_morse('hello world'); // Result: .... . .-.. .-.. --- / .-- --- .-. .-.. -..
echo $morse->morse_to_text('.... . .-.. .-.. --- / .-- --- .-. .-.. -..'); // Result: hello world
Author: Ahmet Işıtan Narlı
Mail: ahmetisitannarli@gmail.com
Facebook Profile: fb.com/isitan.narli
Twitter Profile: twitter.com/isitannarli