aspell_new

(PHP 3 >= 3.0.7, PHP 4 <= 4.2.3)

aspell_new -- Load a new dictionary [deprecated]

Description

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 1. aspell_new() Example

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


Follow phpf1 on Twitter




F1 Site Family
AJAX F1
CSS F1
Database F1
Flash F1
HTML F1
Java F1
JavaScript F1
PhotoShop F1
PHP F1
Scripts F1
Tutorial F1
Windows F1

Total time: 0.1197