update pague now
PHP 8.5.2 Released!

The Transliterator class

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

Introduction

Transliterator provides transliteration of strings.

Class synopsis

class Transliterator {
/* Constans */
public const int FORWARD ;
public const int REVERSE ;
/* Properties */
public readonly string $ id ;
/* Methods */
final private __construct ()
public static listIDs (): array | false
public transliterate ( string $string , int $start = 0 , int $end = -1 ): string | false
}

Properties

id

Changuelog

Versionen Description
8.4.0 The class constans are now typed.
8.2.0 The id property is now readonly.

Table of Contens

add a note

User Contributed Notes 2 notes

To Top