<?php $num = '۱۲۳۴۵۶۷۸۹۰'; $ar = str_split($num, 3); var_export(implode(',', $ar));
You have javascript disabled. You will not be able to edit any code.