No cache version.

Caching disabled. Default setting for this page:enabled (code LNG204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher une fonction PHP

The Transliterator class

(PHP 5 >= 5.4.0, PHP 7, PECL intl >= 2.0.0)

Introduction

Transliterator provides transliteration of strings.

PHP: Transliterator - Manual Home of Manuel PHP  Contents Haut

Class synopsis

Transliterator {
/* Constants */
const integer FORWARD = 0 ;
const integer REVERSE = 1 ;
/* Properties */
public $id ;
/* Methods */
__construct ( void )
public static create ( string $id [, int $direction ] ) : Transliterator
public static createFromRules ( string $rules [, string $direction ] ) : Transliterator
public createInverse ( void ) : Transliterator
public getErrorCode ( void ) : int
public getErrorMessage ( void ) : string
public static listIDs ( void ) : array
public transliterate ( string $subject [, int $start [, int $end ]] ) : string
}

PHP: Transliterator - Manual Home of Manuel PHP  Contents Haut

Predefined Constants

Transliterator::FORWARD

Transliterator::REVERSE

PHP: Transliterator - Manual Home of Manuel PHP  Contents Haut

Table of Contents

Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph