Skip to content

isitannarli/morseclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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: [email protected]
Facebook Profile: fb.com/isitan.narli
Twitter Profile: twitter.com/isitannarli

About

Php Morse Alphabet Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages