PDF_get_fontsize

(PHP 4, PECL pdflib >= 1.0.0) Font handling [deprecated] This function is deprecated since PDFlib version 3, use PDF_get_value() with the parameter fontsizeinstead.

SolrQuery::setGroupFacet

(PECL solr >= 2.2.0) Sets group.facet parameter public SolrQuery SolrQuery::setGroupFacet ( bool $value ) Determines whether to compute grouped facets for the field facets specified in facet.field parameters. Grouped facets are computed based on the first specified group. Parameters: value Determines whether to compute grouped facets for the field facets specified in f

stats_cdf_binomial

(PECL stats >= 1.0.0) Calculates any one parameter of the binomial distribution given values for the others. float stats_cdf_binomial ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns:

image_type_to_mime_type

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype string image_type_to_mime_type ( int $imagetype ) The image_type_to_mime_type() function will determine the Mime-Type for an IMAGETYPE constant. Parameters: imagetype One of the IMAGETYPE_XXX constants. Returns:

ncurses_newwin

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Create a new window resource ncurses_newwin ( int $rows, int $cols, int $y, int $x ) Creates a new window to draw elements in. When creating additional windows, remember to use ncurses_getmaxyx() to check for available space, as terminal size is individual and may vary. Parameters: rows Number of rows

ReflectionGenerator::getFunction

(PHP 7) Gets the function name of the generator public ReflectionFunctionAbstract ReflectionGenerator::getFunction ( void ) Enables the function name of the generator to be obtained by returning a class derived from ReflectionFunctionAbstract. Returns: Returns a ReflectionFunctionAbstract class. This will be ReflectionFunction for functions, or ReflectionMethod for methods.

IntlChar::getBlockCode

(PHP 7) Get the Unicode allocation block containing a code point public static int IntlChar::getBlockCode ( mixed $codepoint ) Returns the Unicode allocation block that contains the character. 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: Ret

PDF_stringwidth

(PHP 4, PECL pdflib >= 1.0.0) Return width of text float PDF_stringwidth ( resource $p, string $text, int $font, float $fontsize ) Returns the width of text in an arbitrary font.

odbc_data_source

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Returns information about a current connection array odbc_data_source ( resource $connection_id, int $fetch_type ) This function will return the list of available DSN (after calling it several times). Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. fetch_type The

trader_macd

(PECL trader >= 0.2.0) Moving Average Convergence/Divergence array trader_macd ( array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $signalPeriod ]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range from 2 to 100000. slowPeriod Number