fribidi_log2vis

(PHP 4 >= 4.0.4 and PHP 4 <= 4.1.0, PECL fribidi >= 1.0)

fribidi_log2visConvert a logical string to a visual one

Opis

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

Converts a logical string to a visual one.

Parametry

str

The logical string.

direction

One of FRIBIDI_RTL, FRIBIDI_LTR or FRIBIDI_AUTO.

charset

One of the FRIBIDI_CHARSET_XXX constants.

Zwracane wartości

Returns the visual string on success lub FALSE w przypadku niepowodzenia.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top