PDF_begin_glyph

(PECL pdflib >= 2.0.0) Start glyph definition for Type 3 font bool PDF_begin_glyph ( resource $pdfdoc, string $glyphname, float $wx, float $llx, float $lly, float $urx, float $ury ) Starts a glyph definition for a Type 3 font.

PDF_begin_item

(PECL pdflib >= 2.0.0) Open structure element or other content item int PDF_begin_item ( resource $pdfdoc, string $tag, string $optlist ) Opens a structure element or other content item with attributes supplied as options.

SolrQuery::setTerms

(PECL solr >= 0.9.2) Enables or disables the TermsComponent public SolrQuery SolrQuery::setTerms ( bool $flag ) Enables or disables the TermsComponent Parameters: flag TRUE enables it. FALSE turns it off Returns: Returns the current SolrQuery object, if the return value is used.

SolrQuery::setHighlightSimplePre

(PECL solr >= 0.9.2) Sets the text which appears before a highlighted term public SolrQuery SolrQuery::setHighlightSimplePre ( string $simplePre [, string $field_override ] ) Sets the text which appears before a highlighted term The default is <em> Parameters: simplePre The text which appears before a highlighted term field_override

Judy::__construct

(PECL judy >= 0.1.1) Construct a new Judy object public Judy::__construct ( int $judy_type ) Construct a new Judy object. A Judy object can be accessed like a PHP Array. Parameters: judy_type The Judy type to be used. Returns: Return the new Judy instance.

SolrQuery::setEchoParams

(PECL solr >= 0.9.2) Determines what kind of parameters to include in the response public SolrQuery SolrQuery::setEchoParams ( string $type ) Instructs Solr what kinds of Request parameters should be included in the response for debugging purposes, legal values include: - none - don't include any request parameters for debugging - explicit - include the parameters explicitly specified by the client in the request - all

stream_select

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec int stream_select ( array &$read, array &$write, array &$except, int $tv_sec [, int $tv_usec = 0 ] ) The stream_select() function accepts arrays of streams and waits for them to change status. Its operation is equivalent to that of the socket_select() fu

PDF_setrgbcolor_fill

(PHP 4, PECL pdflib >= 1.0.0) Set fill rgb color values [deprecated] bool PDF_setrgbcolor_fill ( resource $p, float $red, float $green, float $blue ) Sets the current fill color to the supplied RGB values. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 4, use PDF_setcolor() instead.

SWFSprite::startSound

(PHP 5 <= 5.3.0, PECL ming SVN) SWFSoundInstance SWFSprite::startSound ( SWFSound $sount ) This function is currently not documented; only its argument list is available. See also: SWFSprite::stopSound() -

GearmanClient::addTask

(PECL gearman >= 0.5.0) Add a task to be run in parallel public GearmanTask GearmanClient::addTask ( string $function_name, string $workload [, mixed &$context [, string $unique ]] ) Adds a task to be run in parallel with other tasks. Call this method for all the tasks to be run in parallel, then call GearmanClient::runTasks() to perform the work. Note that enough workers need to be available for the tasks to all run