fribidi_log2vis

(PHP 4 >= 4.0.4, PECL)

fribidi_log2vis -- Convert a logical string to a visual one

说明

string fribidi_log2vis ( string str, string direction, int charset )

Converts a logical string to a vissual one.

参数

str

The logical string.

direction

One of FRIBIDI_RTL, FRIBIDI_LTR or FRIBIDI_AUTO.

charset

One of the FRIBIDI_CHARSET_XXX constants.

返回值

Returns the visual string on success, or FALSE on failure.