PDF_fill

(PHP 4, PECL pdflib >= 1.0.0) Fill current path bool PDF_fill ( resource $p ) Fills the interior of the current path with the current fill color. Returns TRUE on success or FALSE on failure.

XMLReader::close

(PHP 5 >= 5.1.0, PHP 7) Close the XMLReader input public bool XMLReader::close ( void ) Closes the input the XMLReader object is currently parsing. Returns: Returns TRUE on success or FALSE on failure. See also: XMLReader::open() - XMLReader::xml() -

Gmagick::getimagescene

(PECL gmagick >= Unknown) Gets the image scene public int Gmagick::getimagescene ( void ) Gets the image scene. Returns: Returns the image scene. Exception: Throws an GmagickException on error.

juliantojd

(PHP 4, PHP 5, PHP 7) Converts a Julian Calendar date to Julian Day Count int juliantojd ( int $month, int $day, int $year ) Valid Range for Julian Calendar 4713 B.C. to 9999 A.D. Although this function can handle dates all the way back to 4713 B.C., such use may not be meaningful. The calendar was created in 46 B.C., but the details did not stabilize until at least 8 A.D., and perhaps as late at the 4th century. Also, the

PDF_fill_textblock

(PECL pdflib >= 2.0.0) Fill text block with variable data int PDF_fill_textblock ( resource $pdfdoc, int $page, string $blockname, string $text, string $optlist ) Fills a text block with variable data according to its properties. This function is only available in the PDFlib Personalization Server (PPS).

newt_finished

(PECL newt >= 0.1) Uninitializes newt interface int newt_finished ( void ) Uninitializes newt interface. This function be called, when program is ready to exit. Returns: Returns 1 on success, 0 on failure. See also: newt_init() -

SolrQuery::setHighlightMaxAnalyzedChars

(PECL solr >= 0.9.2) Specifies the number of characters into a document to look for suitable snippets public SolrQuery SolrQuery::setHighlightMaxAnalyzedChars ( int $value ) Specifies the number of characters into a document to look for suitable snippets Parameters: value The number of characters into a document to look for suitable snippets Returns

SolrQuery::getFacetDateStart

(PECL solr >= 0.9.2) Returns the lower bound for the first date range for all date faceting on this field public string SolrQuery::getFacetDateStart ([ string $field_override ] ) Returns the lower bound for the first date range for all date faceting on this field. Accepts an optional field override Parameters: field_override The name of the field Re

ReflectionParameter::canBePassedByValue

(PHP >= 5.4.0) Returns whether this parameter can be passed by value public bool ReflectionParameter::canBePassedByValue ( void ) Returns: Returns TRUE if the parameter can be passed by value, FALSE otherwise. Returns NULL in case of an error. This function is currently not documented; only its argument list is available.

ncurses_wstandout

(PHP 4 >= 4.3.0, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Enter standout mode for a window int ncurses_wstandout ( resource $window ) Parameters: window This function is currently not documented; only its argument list is available.