PDF_setcolor

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Set fill and stroke color bool PDF_setcolor ( resource $p, string $fstype, string $colorspace, float $c1, float $c2, float $c3, float $c4 ) Sets the current color space and color. Returns TRUE on success or FALSE on failure.

wddx_packet_end

(PHP 4, PHP 5, PHP 7) Ends a WDDX packet with the specified ID string wddx_packet_end ( resource $packet_id ) Ends and returns the given WDDX packet. Parameters: packet_id A WDDX packet, returned by wddx_packet_start(). Returns: Returns the string containing the WDDX packet.

PDF_rect

(PHP 4, PECL pdflib >= 1.0.0) Draw rectangle bool PDF_rect ( resource $p, float $x, float $y, float $width, float $height ) Draws a rectangle. Returns TRUE on success or FALSE on failure.

PDF_delete

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0) Delete PDFlib object bool PDF_delete ( resource $pdfdoc ) Deletes a PDFlib object, and frees all internal resources. Returns TRUE on success or FALSE on failure.

PDF_closepath_fill_stroke

(PHP 4, PECL pdflib >= 1.0.0) Close, fill and stroke current path bool PDF_closepath_fill_stroke ( resource $p ) Closes the path, fills, and strokes it. Returns TRUE on success or FALSE on failure.

CairoContext::strokePreserve

(PECL cairo >= 0.1.0) The strokePreserve purpose public void CairoContext::strokePreserve ( void ) Object oriented style (method): Procedural style: void cairo_stroke_preserve ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently

date_timestamp_set

(PHP 5 >= 5.3.0, PHP 7) Alias of DateTime::setTimestamp() This function is an alias of: DateTime::setTimestamp()

ZMQContext::isPersistent

(PECL zmq >= 0.5.0) Whether the context is persistent public boolean ZMQContext::isPersistent ( void ) Whether the context is persistent. Persistent context is needed for persistent connections as each socket is allocated from a context. Returns: Returns TRUE if the context is persistent and FALSE if the context is non-persistent.

SolrQuery::getHighlightMaxAlternateFieldLength

(PECL solr >= 0.9.2) Returns the maximum number of characters of the field to return public int SolrQuery::getHighlightMaxAlternateFieldLength ([ string $field_override ] ) Returns the maximum number of characters of the field to return Parameters: field_override The name of the field Returns: Returns an integer on success and NULL if not set.

apcu_fetch

(PECL apcu >= 4.0.0) Fetch a stored variable from the cache mixed apcu_fetch ( mixed $key [, bool &$success ] ) Fetchs an entry from the cache. Parameters: key The key used to store the value (with apcu_store()). If an array is passed then each element is fetched and returned. success Set to TRUE in success and FALSE in failure