HaruPage::showText

(PECL haru >= 0.0.1) Print text at the current position of the page bool HaruPage::showText ( string $text ) Prints out the text at the current position of the page. Parameters: text The text to show. Returns: Returns TRUE on success. Exception: Throws a HaruException on error.

mb_encoding_aliases

(PHP 5 >= 5.3.0, PHP 7) Get aliases of a known encoding type array mb_encoding_aliases ( string $encoding ) Returns an array of aliases for a known encoding type. Parameters: encoding The encoding type being checked, for aliases. Returns: Returns a numerically indexed array of encoding aliases on success, or FALSE on failure

SolrInputDocument::getBoost

(PECL solr >= 0.9.2) Retrieves the current boost value for the document public float SolrInputDocument::getBoost ( void ) Retrieves the current boost value for the document. Returns: Returns the boost value on success and FALSE on failure.

apd_dump_function_table

(Unknown) Outputs the current function table void apd_dump_function_table ( void ) Outputs the current function table. Returns: No value is returned. Examples: apd_dump_function_table() example <?php apd_dump_function_table(); ?>

Imagick::setInterlaceScheme

(PECL imagick 2.0.0) Sets the image compression bool Imagick::setInterlaceScheme ( int $interlace_scheme ) Sets the image compression. Parameters: interlace_scheme Sets the image compression. Returns: Returns TRUE on success.

IntlChar::getCombiningClass

(PHP 7) Get the combining class of a code point public static int IntlChar::getCombiningClass ( mixed $codepoint ) Returns the combining class of the code point. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SNOWMAN), or the character encoded as a UTF-8 string (e.g. "\u{2603}") Returns: Returns the combining class of the

tidy_config_count

(PHP 5, PHP 7, PECL tidy >= 0.5.2) Returns the Number of Tidy configuration errors encountered for specified document int tidy_config_count ( tidy $object ) Returns the number of errors encountered in the configuration of the specified tidy object. Parameters: object The Tidy object. Returns: Returns the number of errors.

Locale::setDefault

(PHP 5 >= 5.3.0, PHP 7, PECL intl >= 1.0.0) sets the default runtime locale public static bool Locale::setDefault ( string $locale ) Object oriented style Procedural style bool locale_set_default ( string $locale ) Sets the default runtime locale to $locale. This changes the value of INTL global 'default_locale' locale identifier. UAX #35 extensions are accepted. Parameters:

bcompiler_write_included_filename

(PECL bcompiler >= 0.5) Writes an included file as bytecodes bool bcompiler_write_included_filename ( resource $filehandle, string $filename ) Returns: Returns TRUE on success or FALSE on failure. This function is currently not documented; only its argument list is available.

getimagesize

(PHP 4, PHP 5, PHP 7) Get the size of an image array getimagesize ( string $filename [, array &$imageinfo ] ) The getimagesize() function will determine the size of any given image file and return the dimensions along with the file type and a height/width text string to be used inside a normal HTML IMG tag and the correspondent HTTP content type. getimagesize() can also return some more information in imageinfo paramet