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
<?php
$aspell_link = aspell_new("english");
?>