PHP code example of fhferreira / round

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

    

fhferreira / round example snippets

 php
use Fhferreira\Round\AbntNbr5891;

echo AbntNbr5891::round(12.744623);
// it should echo 12.74