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.

HaruFont::getFontName

(PECL haru >= 0.0.1) Get the name of the font string HaruFont::getFontName ( void ) Get the name of the font. Returns: Returns the name of the font. Exception: Throws a HaruException on error.

vpopmail_add_alias_domain

(PHP 4 >= 4.0.5, PECL vpopmail >= 0.2) Add an alias for a virtual domain bool vpopmail_add_alias_domain ( string $domain, string $aliasdomain ) This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. T

filectime

(PHP 4, PHP 5, PHP 7) Gets inode change time of file int filectime ( string $filename ) Gets the inode change time of a file. Parameters: filename Path to the file. Returns: Returns the time the file was last changed, or FALSE on failure. The time is returned as a Unix timestamp. Exception: Upon failure, an E_WAR

CairoContext::getAntialias

(PECL cairo >= 0.1.0) Retrives the current antialias mode public int CairoContext::getAntialias ( void ) Object oriented style (method): Procedural style: int cairo_get_antialias ( CairoContext $context ) Returns the current CairoAntialias mode, as set by CairoContext::setAntialias(). Parameters: context A valid CairoContext object created with CairoContext::__constru

SplFileInfo::getMTime

(PHP 5 >= 5.1.2, PHP 7) Gets the last modified time public int SplFileInfo::getMTime ( void ) Returns the time when the contents of the file were changed. The time returned is a Unix timestamp. Returns: Returns the last modified time for the file, in a Unix timestamp. See also: filemtime() -

fann_get_cascade_output_change_fraction

(PECL fann >= 1.0.0) Returns the cascade output change fraction float fann_get_cascade_output_change_fraction ( resource $ann ) The cascade output change fraction is a number between 0 and 1 determining how large a fraction of the fann_get_MSE() value should change within fann_get_cascade_output_stagnation_epochs() during training of the output connections, in order for the training not to stagnate. If the training stagna

ImagickDraw::setTextDecoration

(PECL imagick 2.0.0) Specifies a decoration bool ImagickDraw::setTextDecoration ( int $decoration ) Specifies a decoration to be applied when annotating with text. Parameters: decoration DECORATION_ constant Returns: No value is returned. This function is currently not documented; only its argument list is ava

ifx_create_blob

(PHP 4, PHP <=5.2.0) Creates an blob object int ifx_create_blob ( int $type, int $mode, string $param ) Creates a blob object. Parameters: type 1 = TEXT, 0 = BYTE mode 0 = blob-object holds the content in memory, 1 = blob-object holds the content in file. param if mode = 0: pointer to the content,

QuickHashIntHash::get

(PECL quickhash >= Unknown) This method retrieves a value from the hash by its key public int QuickHashIntHash::get ( int $key ) This method retrieves a value from the hash by its key. Parameters: key The key of the entry to add. Returns: The value if the key exists, or NULL if the key wasn't part of the hash.