dgettext

(PHP 4, PHP 5, PHP 7) Override the current domain string dgettext ( string $domain, string $message ) The dgettext() function allows you to override the current domain for a single message lookup. Parameters: domain The domain message The message Returns: A string on success.

bindtextdomain

(PHP 4, PHP 5, PHP 7) Sets the path for a domain string bindtextdomain ( string $domain, string $directory ) The bindtextdomain() function sets the path for a domain. Parameters: domain The domain directory The directory path Returns: The full pathname for the domain currently being set.

bind_textdomain_codeset

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Specify the character encoding in which the messages from the DOMAIN message catalog will be returned string bind_textdomain_codeset ( string $domain, string $codeset ) With bind_textdomain_codeset(), you can set in which encoding will be messages from domain returned by gettext() and similar functions. Parameters: domain The domain

Gender\Gender::similarNames

(PECL gender >= 0.9.0) Get similar names. public array Gender\Gender::similarNames ( string $name [, integer $country ] ) Get similar names for the given name and country. Parameters: name Name to check. country Country id identified by Gender class constant. If ommited ANY_COUNTRY is used. Returns: Returns

Gender\Gender::country

(PECL gender >= 0.8.0) Get textual country representation public array Gender\Gender::country ( integer $country ) Returns the textual representation of a country from a Gender class constant. Parameters: country A country ID specified by a Gender\Gender class constant. Returns: Returns an array with the short and full names of the country on

Gender\Gender::__construct

(PECL gender >= 0.6.0) Construct the Gender object. public Gender\Gender::__construct ([ string $dsn ] ) Create a Gender object optionally connecting to an external name dictionary. When no external database was given, compiled in data will be used. Parameters: dsn DSN to open. Returns:

enchant_dict_suggest

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Will return a list of values if any of those pre-conditions are not met array enchant_dict_suggest ( resource $dict, string $word ) Parameters: dict Dictionary resource word Word to use for the suggestions. Returns: Will returns an array of suggestions if the

enchant_dict_store_replacement

(PHP 5 >= 5.3.0, PHP 7, PECL enchant >= 0.1.0 ) Add a correction for a word void enchant_dict_store_replacement ( resource $dict, string $mis, string $cor ) Add a correction for 'mis' using 'cor'. Notes that you replaced @mis with @cor, so it's possibly more likely that future occurrences of @mis will be replaced with @cor. So it might bump @cor up in the suggestion list. Parameters:

Gender\Gender::get

(PECL gender >= 0.6.0) Get gender of a name. public integer Gender\Gender::get ( string $name [, integer $country ] ) Get the gender of the name in a particular country. Parameters: name Name to check. country Country id identified by Gender class constant. Returns: Returns gender of the name.

fribidi_log2vis

(PHP 4 >= 4.0.4 and PHP 4 <= 4.1.0, PECL fribidi >= 1.0) Convert a logical string to a visual one string fribidi_log2vis ( string $str, string $direction, int $charset ) Converts a logical string to a visual one. Parameters: str The logical string. direction One of FRIBIDI_RTL, FRIBIDI_LTR or FRIBIDI_AUTO.