<?php $input = "ابجد"; $split = mb_str_split($input); $reversed = array_reverse($split); print_r($reversed);
You have javascript disabled. You will not be able to edit any code.