BlaBla.cn

PHP: aspell_new - Manual

BlaBla.cn
aspell_suggest > <aspell_check
Last updated: Wed, 19 Mar 2008

aspell_new

(PHP 4 <= 4.2.3)

aspell_new — Load a new dictionary [deprecated]

说明

int aspell_new ( string $master [, string $personal ] )

aspell_new() opens up a new dictionary for use with the other aspell functions.

参数

master

Language.

personal

Default to empty string.

返回值

Returns a dictionary link identifier or FALSE on error.

范例

Example#1 aspell_new() Example

<?php
$aspell_link 
aspell_new ( "english" );
?>




aspell_suggest > <aspell_check
Last updated: Wed, 19 Mar 2008
 
 
BlaBla.cn

© 2005-2008 BlaBla.cn 版权所有