PHP code example of juju / number2rmb

1. Go to this page and download the library: Download juju/number2rmb 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/ */

    

juju / number2rmb example snippets


$number = 99999999999;
echo (new Number2rmb())->convert($number);
exit();
exit();