2017 © Pedro Peláez
 

library numerals-translator

Converts any numerals to western arabic numerals. This tool used to support any numeral input at the PHP backend

image

pixxet/numerals-translator

Converts any numerals to western arabic numerals. This tool used to support any numeral input at the PHP backend

  • Monday, January 22, 2018
  • by pixxet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 19 % Grown

The README.md

PHP any numerals converted to Western Arabic numerals.

Converts any numerals to western arabic numerals. This tool used to support any numeral input at the PHP backend, (*1)

Packagist, (*2)

Introduction

The PHP any numerals converted to Western Arabic numerals., (*3)

Installation

Run this command to add this library to your composer.json file:, (*4)

composer require pixxet/numerals-translator

Quick Start Guide

use

use Pixxet\NumeralsTranslator;

convert any numerals

$arabic = NumeralsTranslator::TranslateNumerals('١٢٣٤');
echo $arabic; \\ 1234

The Versions

22/01 2018

dev-master

9999999-dev

Converts any numerals to western arabic numerals. This tool used to support any numeral input at the PHP backend

  Sources   Download

MIT

The Requires

  • php >= 5.3

 

by Omar Sharkeyeh

helper converter