for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Script;
/**
* Class ScriptBeng - Representation of the Bengali script.
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class ScriptBeng extends AbstractScript implements ScriptInterface
{
public function code()
return 'Beng';
}
public function numerals()
return array('০', '১', '২', '৩', '৪', '৫', '৬', '৭', '৮', '৯');
public function number()
return '325';
public function unicodeName()
return 'Bengali';