cairo_scaled_font_create

(PECL cairo >= 0.1.0) Description CairoScaledFont cairo_scaled_font_create ( CairoFontFace $fontface, CairoMatrix $matrix, CairoMatrix $ctm, CairoFontOptions $fontoptions ) The function description goes here. Parameters: fontface Description... matrix Description... ctm Description...

posix_getgrgid

(PHP 4, PHP 5, PHP 7) Return info about a group by group id array posix_getgrgid ( int $gid ) Gets information about a group provided its id. Parameters: gid The group id. Returns: The array elements returned are: The group information array Element Description name The name element contains the name of the group. This is a short, usually less

gmp_div_q

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Divide numbers GMP gmp_div_q ( GMP $a, GMP $b [, int $round = GMP_ROUND_ZERO ] ) Divides a by b and returns the integer result. Parameters: a The number being divided. Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number

PDF_add_table_cell

(PECL pdflib >= 2.1.0) Add a cell to a new or existing table int PDF_add_table_cell ( resource $pdfdoc, int $table, int $column, int $row, string $text, string $optlist ) Adds a cell to a new or existing table.

posix_getsid

(PHP 4, PHP 5, PHP 7) Get the current sid of the process int posix_getsid ( int $pid ) Return the session id of the process pid. The session id of a process is the process group id of the session leader. Parameters: pid The process identifier. If set to 0, the current process is assumed. If an invalid pid is specified, then FALSE is returned and an error is set which can

ImagickDraw::setTextInterwordSpacing

(No version information available, might only be in Git) Description public void ImagickDraw::setTextInterwordSpacing ( float $spacing ) Sets the text interword spacing. Parameters: spacing Sets the text interword spacing. Returns:

fdf_set_value

(PHP 4, PHP 5, PHP 7) Set the value of a field bool fdf_set_value ( resource $fdf_document, string $fieldname, mixed $value [, int $isName ] ) Sets the value for the given field. Parameters: fdf_document The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string(). fieldname Name of the FDF field, as a string.

stats_rand_gen_ipoisson

(PECL stats >= 1.0.0) Generates a single random deviate from a Poisson distribution with mean "mu" (mu >= 0.0). int stats_rand_gen_ipoisson ( float $mu ) Parameters: mu Returns: This function is currently not documented; only its argument list is available.

PDF_load_image

(PECL pdflib >= 2.0.0) Open image file int PDF_load_image ( resource $pdfdoc, string $imagetype, string $filename, string $optlist ) Opens a disk-based or virtual image file subject to various options.

ImagickPixel::setIndex

(No version information available, might only be in Git) Description public void ImagickPixel::setIndex ( int $index ) Sets the colormap index of the pixel wand. Parameters: index Sets the colormap index of the pixel wand. Returns: