We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
سلام و وقت بخیر چطوری میتونم مشکل یک خط شدن جمله رو درست کنم میخوام کلمه ها از هم جدا باشن.. نه حروف... که بیشتر از یک عرضی نوشته نشه
The text was updated successfully, but these errors were encountered:
خط هم برعکس میشه از آخر به اول میره
Sorry, something went wrong.
$persian_text_rev = \PersianRender\PersianRender::render('متن شما اینجا باشه'); $persian_text = ''; for ($j = mb_strlen($persian_text_rev); $j>=0; $j--) { $persian_text .= mb_substr($persian_text_rev, $j, 1); }
No branches or pull requests
سلام و وقت بخیر چطوری میتونم مشکل یک خط شدن جمله رو درست کنم میخوام کلمه ها از هم جدا باشن.. نه حروف... که بیشتر از یک عرضی نوشته نشه
The text was updated successfully, but these errors were encountered: