Current Location: Home> Function Categories> hebrevc

hebrevc

Convert logical-Hebrew to visual-Hebrew and convert newlines
Name:hebrevc
Category:String
Programming Language:php
One-line Description:Convert Hebrew text to visible text and convert new lines (\n) to.

Example

Show Hebrew characters in reverse and convert new lines (\n) to <br>:

 <span class="token php language-php"><span class="token delimiter important"><?php</span>
<span class="token keyword">echo</span> <span class="token function">hebrevc</span> <span class="token punctuation">(</span> <span class="token string double-quoted-string">"? ???????? ????\n? ??????????"</span> <span class="token punctuation">)</span> <span class="token punctuation">;</span>
<span class="token delimiter important">?></span></span>

Try it yourself

Similar Functions
Popular Articles