update : 2015.11.03
php.shukuma.com

검색:
 
 
Set the directory path for a given backend

enchant_broker_set_dict_path

(PHP 5 >= 5.3.1, PECL enchant >= 1.0.1)

enchant_broker_set_dict_pathSet the directory path for a given backend

설명

bool enchant_broker_set_dict_path ( resource $broker , int $dict_type , string $value )

Set the directory path for a given backend.

인수

broker

Broker resource.

dict_type

The type of the dictionaries, i.e. ENCHANT_MYSPELL or ENCHANT_ISPELL.

value

The path of the dictionary directory.

반환값

성공 시 TRUE를, 실패 시 FALSE를 반환합니다.

참고