Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : Aspell functions [deprecated] : aspell_new

aspell_new

Load a new dictionary [deprecated] (PHP 4 <= 4.2.3)
int aspell_new ( string master [, string personal] )

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

Parameters

master

Language.

personal

Default to empty string.

Return Values

Returns a dictionary link identifier or FALSE on error.

Examples

Example 330. aspell_new() Example

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


Change Language


Follow Navioo On Twitter
aspell_check_raw
aspell_check
aspell_new
aspell_suggest
eXTReMe Tracker