<?php require_once 'Num2TextPersian.php'; $objNum2TextPer = new Num2TextPer(); echo $objNum2TextPer->convertNumber(1000.0011); // The output will be ?one thousand?
info at phpclasses dot org