aspell_new

(PHP 3>= 3.0.7, PHP 4 )

aspell_new -- 새 사전 열기

설명

int aspell_new ( string master, string personal)

aspell_new() 함수는 새 사전을 열고 다른 aspell 함수에서 사용할 수 있도록 사전 연결 identifier 를 반환합니다.

예 1. aspell_new()

$aspell_link=aspell_new ("english");