update : 2015.11.03
php.shukuma.com

검색:
 
 
The Transliterator class

The Transliterator class

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

소개

Transliterator provides transliteration of strings.

클래스 개요

Transliterator {
/* 상수 */
const integer FORWARD = 0 ;
const integer REVERSE = 1 ;
/* 프로퍼티 */
public $id ;
/* 메소드 */
__construct ( void )
public static Transliterator create ( string $id [, int $direction ] )
public static Transliterator createFromRules ( string $rules [, string $direction ] )
public Transliterator createInverse ( void )
public int getErrorCode ( void )
public string getErrorMessage ( void )
public static array listIDs ( void )
public string transliterate ( string $subject [, int $start [, int $end ]] )
}

프로퍼티

id

예약 상수

Transliterator::FORWARD

Transliterator::REVERSE

Table of Contents