PHP aspell_new function
Like this blog? Consider exploring one of our sponsored banner ads...
aspell_new
(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)
aspell_new — Load a new dictionary [deprecated]Descriptionint aspell_new ( string master [, string personal] )
aspell_new() opens up a new dictionary for use with the
other aspell functions.
master
Language.
Default to empty string.
Return Values
Returns a dictionary link identifier or FALSE on error.
Example 1. aspell_new() Example
$aspell_link = aspell_new("english");
About this entry
You’re currently reading “PHP aspell_new function,” an entry on BRADINO
- Published:
- 2.26.07 / 1am
- Category:
- PHP Functions
- Tags:
No comments
Jump to comment form | comments rss [?] | trackback uri [?]