PHP code example of nasution / terbilang

1. Go to this page and download the library: Download nasution/terbilang library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nasution / terbilang example snippets




terbilang(421); // empat ratus dua puluh satu (string)
echo tersebut('empat ratus dua puluh satu'); // 421.0 (float)



\Nasution\Terbilang::convert(42); // empat puluh dua
echo \Nasution\Terbilang::revert('empat puluh dua');  // 42.0 (float)



asution\Terbilang;

echo Terbilang::convert('123304'); // seratus dua puluh tiga ribu tiga ratus empat
echo Terbilang::revert('seratus dua puluh tiga ribu tiga ratus empat'); // 123304.0 (float)

echo Terbilang::convert('1000000');          // satu juta
echo Terbilang::convert('1000000000');       // satu milyar
echo Terbilang::convert('1000000000000');    // satu triliun
echo Terbilang::convert('1000000000000000'); // satu kuadriliun


echo Terbilang::revert('satu juta');       // 1000000
echo Terbilang::revert('satu milyar');     // 1000000000
echo Terbilang::revert('satu triliun');    // 1000000000000
echo Terbilang::revert('satu kuadriliun'); // 1000000000000000
echo Terbilang::revert('seratus milyar tiga puluh juta dua puluh ribu sepuluh'); // 100030020010.0

echo Terbilang::convert('1.300.000');       // satu juta tiga ratus ribu
echo Terbilang::convert('100.030.020.010'); // seratus milyar tiga puluh juta dua puluh ribu sepuluh