fribidi_log2vis
(PHP 4 >= 4.0.4 and PHP 4 <= 4.1.0, PECL fribidi >= 1.0)
fribidi_log2vis — Convert a logical string to a visual one
说明
   fribidi_log2vis
    ( string 
  $str
   , string $direction
   , int $charset
   ) : stringConverts a logical string to a visual one.
参数
- 
str - 
      
The logical string.
 - 
direction - 
      
One of
FRIBIDI_RTL,FRIBIDI_LTRorFRIBIDI_AUTO. - 
charset - 
      
One of the FRIBIDI_CHARSET_XXX constants.
 
返回值
   Returns the visual string on success 或者在失败时返回 FALSE.