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 {
/* Constants */
public const int FORWARD ;
public const int REVERSE ;
/* Properties */
public readonly string $id ;
/* Methods */
final private function __construct ()
public static function create (string $id, int $direction = Transliterator::FORWARD ): ? Transliterator
public static function createFromRules (string $rules, int $direction = Transliterator::FORWARD ): ? Transliterator
public function createInverse (): ? Transliterator
public function getErrorCode (): int
public function getErrorMessage (): string
public static function listIDs (): array |false
public function transliterate (string $string, int $start = 0, int $end = -1): string |false
}

Properties

id

Changelog

Version Description
8.4.0 The class constants are now typed.
8.2.0 The id property is now readonly.

Table of Contents

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes 2 notes

+add a note

AltStyle によって変換されたページ (->オリジナル) /