Summary: creates a dictionary using a PWL file
PHP 5 >= 5.3.0Related methods: enchant_broker_dict_exists, enchant_broker_free_dict, enchant_dict_describe
resource enchant_broker_request_pwl_dict(resource $broker, string $filename)
Description
Creates a dictionary using a PWL file. A PWL file is personal word file one word per line.
Return: resource
Returns a dictionary resource on success or FALSE
on failure.
Parameters
Mandatory
- resource $broker: Broker resource
- string $filename: Path to the PWL file. If there is no such file, a new one will be created if possible.