for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptMymr - Representation of the Myanmar script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptMymr extends AbstractScript implements ScriptInterface
{
public function code()
return 'Mymr';
}
public function numerals()
return array('၀', '၁', '၂', '၃', '၄', '၅', '၆', '၇', '၈', '၉');
public function number()
return '350';
public function unicodeName()
return 'Myanmar';