aspell_new() opens up a new dictionary and returns the dictionary link identifier for use in other aspell functions. Returns FALSE on error.
FALSE
<?php $aspell_link = aspell_new("english"); ?>