for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptMlym - Representation of the Malayalam script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptMlym extends AbstractScript implements ScriptInterface
{
public function code()
return 'Mlym';
}
public function numerals()
return array('൦', '൧', '൨', '൩', '൪', '൫', '൬', '൭', '൮', '൯');
public function number()
return '347';
public function unicodeName()
return 'Malayalam';