(PHP 4, PHP 5, PHP 7) Alias of is_float() This function is an alias of: is_float().
(PECL imagick 2.0.0) Returns the fill rule int ImagickDraw::getFillRule ( void ) Returns the fill rule used while drawing polygons. Returns: Returns a FILLRULE_ constant This function is currently not documented; only its argument list is available.
(PECL CUBRID >= 8.3.1) Get the error message string cubrid_error ([ resource $connection ] ) The cubrid_error() function is used to get the error message that occurred during the use of CUBRID API. Usually, it gets error message when API returns false as its return value. Parameters: connection The CUBRID connection. Returns: Error message that
(PECL pdflib >= 2.0.0) Delete textflow object bool PDF_delete_textflow ( resource $pdfdoc, int $textflow ) Deletes a textflow and the associated data structures.
(PECL pdflib >= 2.1.0) Place table on page string PDF_fit_table ( resource $pdfdoc, int $table, float $llx, float $lly, float $urx, float $ury, string $optlist ) Places a table on the page fully or partially.
(^) Get the SDO_Model_Type of the property SDO_Model_Type SDO_Model_Property::getType ( void ) Get the SDO_Model_Type of the property. The SDO_Model_Type describes the type information for the property, such as its type name, namespace URI, whether it is a primitive data type, and so on. Returns: Returns the SDO_Model_Type describing the property's type information.
(PECL cairo >= 0.1.0) Creates a new scaling matrix public static void CairoMatrix::initScale ( float $sx, float $sy ) Object oriented style (method): Procedural style: object cairo_matrix_init_scale ( float $sx , float $sy ) Creates a new matrix to a transformation that scales by sx and sy in the X and Y dimensions, respectively. Parameters: sx scale factor in the X
(PHP 4, PHP 5, PHP 7) Get information about the current mailbox object imap_mailboxmsginfo ( resource $imap_stream ) Checks the current mailbox status on the server. It is similar to imap_status(), but will additionally sum up the size of all messages in the mailbox, which will take some additional time to execute. Parameters: imap_stream An IMAP stream returned by imap_op
(PHP 4, PHP 5, PHP 7) Decodes a modified UTF-7 encoded string string imap_utf7_decode ( string $text ) Decodes modified UTF-7 text into ISO-8859-1 string. This function is needed to decode mailbox names that contain certain characters which are not in range of printable ASCII characters. Parameters: text A modified UTF-7 encoding string, as defined in » RFC 2060, sectio
(PECL cairo >= 0.1.0) The setFontSize purpose public void CairoContext::setFontSize ( string $size ) Object oriented style (method): Procedural style: void cairo_set_font_size ( CairoContext $context , string $size ) Description here. Parameters: context Description... size Description... Returns: Descript
Page 61 of 930