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

search for in the

Transliterator::__construct> <Spoofchecker::setChecks
[edit] Last updated: Fri, 25 May 2012

view this page in

Transliterator クラス

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

導入

Transliterator クラスは、文字列の音訳を行います。

クラス概要

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

目次



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

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