isitannarli / morseclass

Php Morse Alphabet Class

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Php Morse Alphabet Class

How To Use The Class

Include Class

require 'MorseClass.php'; $morse = new MorseClass();

Text To Mors

echo $morse->text_to_morse('hello world'); // Result: .... . .-.. .-.. --- / .-- --- .-. .-.. -..

Mors To Text

echo $morse->morse_to_text('.... . .-.. .-.. --- / .-- --- .-. .-.. -..'); // Result: hello world

Author Information

Author: Ahmet Işıtan Narlı
Mail: ahmetisitannarli@gmail.com
Facebook Profile: fb.com/isitan.narli
Twitter Profile: twitter.com/isitannarli

About

Php Morse Alphabet Class


Languages

Language:PHP 100.0%