当前位置: 首页> 函数类别大全> hebrevc

hebrevc

将逻辑顺序希伯来文(logical-Hebrew)转换为视觉顺序希伯来文(visual-Hebrew),并且转换换行符
名称:hebrevc
分类:字符串
所属语言:php
一句话介绍:把希伯来文本转换为可见文本,并把新行(\n)转换为

实例

反向显示希伯来字符,并把新行(\n)转换为 <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>

亲自试一试

同类函数
  • 返回字符串的一部分 substr

    substr

    返回字符串的一部分
  • 使用反斜线转义字符串 addslashes

    addslashes

    使用反斜线转义字符串
  • 不区分大小写的strstr stristr

    stristr

    不区分大小写的strstr
  • 返回格式化的字符串 sprintf

    sprintf

    返回格式化的字符串
  • rtrim的别名 chop

    chop

    rtrim的别名
  • 对字符串执行rot13转换 str_rot13

    str_rot13

    对字符串执行rot13转换
  • 计算字符串中全部字符都存在于指定字符集合中的第一段子串的长度 strspn

    strspn

    计算字符串中全部字符都存在于指定字符集合
  • 将带引号的可打印字符串转换为8位字符串 quoted_printable_decode

    quoted_printable_decode

    将带引号的可打印字符串转换为8位字符串
热门文章