downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Transliterator::__construct> <Spoofchecker::setChecks
[edit] Last updated: Sat, 07 Jan 2012

view this page in

The Transliterator class

(PHP > 5.4.0)

소개

Transliterator provides transliteration of strings.

클래스 개요

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

프로퍼티

id

예약 상수

Transliterator::FORWARD

Transliterator::REVERSE

Table of Contents



add a note add a note User Contributed Notes Transliterator - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites