Home > PHP > Function > Enchant > enchant_broker_request_pwl_dict()

enchant_broker_request_pwl_dict()

enchant_broker_request_pwl_dict - creates a dictionary using a PWL file

Syntax

resource enchant_broker_request_pwl_dict (resource $broker, string $filename)

Arguments

  • broker - Broker resource
  • filename - Path to the PWL file.

Description

Creates a dictionary using a PWL file. A PWL file is personal word file one word per line.

Version

PHP PECL enchant >= 0.1.0

Return value

Returns a dictionary resource on success or FALSE on failure.