cairo_ps_surface_create

(PECL cairo >= 0.1.0) Description CairoPsSurface cairo_ps_surface_create ( string $file, float $width, float $height ) The function description goes here. Parameters: file Description... width Description... height Description... Returns: What is returned on success and fa

SolrQuery::addHighlightField

(PECL solr >= 0.9.2) Maps to hl.fl public SolrQuery SolrQuery::addHighlightField ( string $field ) Maps to hl.fl. This is used to specify that highlighted snippets should be generated for a particular field Parameters: field Name of the field Returns: Returns the current SolrQuery object, if the return value is used.

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,

EvPeriodic::again

(PECL ev >= 0.2.0) Simply stops and restarts the periodic watcher again. public void EvPeriodic::again ( void ) Simply stops and restarts the periodic watcher again. This is only useful when attributes are changed. Returns: No value is returned. See also: EvTimer::again() -

SAMConnection::subscribe

(PECL sam >= 0.1.0) Create a subscription to a specified topic. string SAMConnection::subscribe ( string $targetTopic ) The "subscribe" method is used to create a new subscription to a specified topic. Parameters: targetTopic The identity of the topic (topic://topicname) to subscribe to. Returns: A subscription identifier that can be used in

MongoDB::forceError

(PECL mongo >=0.9.5) Creates a database error public bool MongoDB::forceError ( void ) This method is not very useful for normal MongoDB use. It forces a database error to occur. This means that MongoDB::lastError() will return a generic database error after running this command. This command is identical to running: <?php public function forceError() {     return $this->command(array('forceerror' => 1)); }

SplFileInfo::getPathInfo

(PHP 5 >= 5.1.2, PHP 7) Gets an SplFileInfo object for the path public SplFileInfo SplFileInfo::getPathInfo ([ string $class_name ] ) Gets an SplFileInfo object for the parent of the current file. Parameters: class_name Name of an SplFileInfo derived class to use. Returns: Returns an SplFileInfo object for the parent path of the file.

trader_var

(PECL trader >= 0.2.0) Variance array trader_var ( array $real [, integer $timePeriod [, float $nbDev ]] ) Parameters: real Array of real values. timePeriod Number of period. Valid range from 2 to 100000. nbDev Number of period. Valid range from 2 to 100000. Returns: Returns

kadm5_get_policies

(PECL kadm5 >= 0.2.3) Gets all policies from the Kerberos database array kadm5_get_policies ( resource $handle ) Gets an array containing the policies's names. Parameters: handle A KADM5 handle. Returns: Returns array of policies on success or FALSE on failure. Examples: kadm5_get_

dbplus_runlink

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove relation from filesystem int dbplus_runlink ( resource $relation ) dbplus_runlink() will close and remove the relation. Parameters: relation A relation opened by dbplus_open(). Returns: