FRIBIDI_LOG2VIS(3) 1 FRIBIDI_LOG2VIS(3)
fribidi_log2vis - Convert a logical string to a visual one
SYNOPSIS
string fribidi_log2vis (string $str, string $direction, int $charset)
DESCRIPTION
Converts a logical string to a visual one.
PARAMETERS
o $str
- The logical string.
o $direction
- One of FRIBIDI_RTL, FRIBIDI_LTR or FRIBIDI_AUTO.
o $charset
- One of the FRIBIDI_CHARSET_XXX constants.
RETURN VALUES
Returns the visual string on success or FALSE on failure.
PHP Documentation Group FRIBIDI_LOG2VIS(3)