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

hebrev

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

实例

反向显示希伯来字符:

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

亲自试一试

同类函数
  • 计算字符串的md5哈希值 md5

    md5

    计算字符串的md5哈希值
  • 二进制安全比较字符串(从偏移位置比较指定长度) substr_compare

    substr_compare

    二进制安全比较字符串(从偏移位置比较指定
  • 将带引号的可打印字符串转换为8位字符串 quoted_printable_decode

    quoted_printable_decode

    将带引号的可打印字符串转换为8位字符串
  • 重复一个字符串 str_repeat

    str_repeat

    重复一个字符串
  • 输出一个字符串 print

    print

    输出一个字符串
  • 将HTML实体转换为相应的字符 html_entity_decode

    html_entity_decode

    将HTML实体转换为相应的字符
  • 计算文件的sha1哈希值 sha1_file

    sha1_file

    计算文件的sha1哈希值
  • 返回有关字符串中使用的单词的信息 str_word_count

    str_word_count

    返回有关字符串中使用的单词的信息