cairo_font_options_create

(PECL cairo >= 0.1.0) Description CairoFontOptions cairo_font_options_create ( void ) The function description goes here. Returns: What is returned on success and failure This function is currently not documented; only its argument list is available. Exception: When does this function issue E_* level errors, and/or th

cairo_font_face_status

(PECL cairo >= 0.1.0) Description int cairo_font_face_status ( CairoFontFace $fontface ) The function description goes here. Parameters: fontface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

cairo_font_face_get_type

(PECL cairo >= 0.1.0) Description int cairo_font_face_get_type ( CairoFontFace $fontface ) The function description goes here. Parameters: fontface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

cairo_create

(PECL cairo >= 0.1.0) Returns a new CairoContext object on the requested surface. CairoContext cairo_create ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its ar

recode

(PHP 4, PHP 5, PHP 7) Alias of recode_string() This function is an alias of: recode_string().

recode_string

(PHP 4, PHP 5, PHP 7) Recode a string according to a recode request string recode_string ( string $request, string $string ) Recode the string string according to the recode request request. Parameters: request The desired recode request type string The string to be recoded Returns: Returns the recoded string o

recode_file

(PHP 4, PHP 5, PHP 7) Recode from file to file according to recode request bool recode_file ( string $request, resource $input, resource $output ) Recode the file referenced by file handle input into the file referenced by file handle output according to the recode request. Parameters: request The desired recode request type input A loc

pspell_suggest

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Suggest spellings of a word array pspell_suggest ( int $dictionary_link, string $word ) pspell_suggest() returns an array of possible spellings for the given word. Parameters: dictionary_link pspell_suggest() returns an array of possible spellings for the given word. word The tested word.

pspell_store_replacement

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Store a replacement pair for a word bool pspell_store_replacement ( int $dictionary_link, string $misspelled, string $correct ) pspell_store_replacement() stores a replacement pair for a word, so that replacement can be returned by pspell_suggest() later. In order to be able to take advantage of this function, you have to use pspell_new_personal() to open the dictionary. In order to permanen

pspell_save_wordlist

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Save the personal wordlist to a file bool pspell_save_wordlist ( int $dictionary_link ) pspell_save_wordlist() saves the personal wordlist from the current session. The location of files to be saved specified with pspell_config_personal() and (optionally) pspell_config_repl(). Parameters: dictionary_link A dictionary link identifier opene