<?php $num = strrev('۱۲۳۴۵۶۷۸۹۰'); $newNum = strrev(wordwrap($num , 6 , ',' , true )); echo $newNum;
You have javascript disabled. You will not be able to edit any code.