PHP:MorseCode摩尔斯电码加解密算法
<?php
/**
* Encode text to Morse Code.
*
* @param string text to encode
* @return string encoded text
*/
function encode(string $text): string
{
$text =
<?php
/**
* Encode text to Morse Code.
*
* @param string text to encode
* @return string encoded text
*/
function encode(string $text): string
{
$text =