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::isNick

(PECL gender >= 0.9.0) Check if the name0 is an alias of the name1. public array Gender\Gender::isNick ( string $name0, string $name1 [, integer $country ] ) Check whether the name0 is a nick of the name1. Parameters: name0 Name to check. name1 Name to check. country Country id identified by Gender

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.

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:

Gender\Gender::connect

(PECL gender >= 0.6.0) Connect to an external name dictionary. public boolean Gender\Gender::connect ( string $dsn ) Connect to an external name dictionary. Currently only streams are supported. Parameters: dsn DSN to open. Returns: Boolean as success of failure.

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.

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