PDF_add_bookmark

(PHP 4 >= 4.0.1, PECL pdflib >= 1.0.0) Add bookmark for current page [deprecated] This function is deprecated since PDFlib version 6, use PDF_create_bookmark() instead.

CairoContext::hasCurrentPoint

(PECL cairo >= 0.1.0) The hasCurrentPoint purpose public bool CairoContext::hasCurrentPoint ( void ) Object oriented style (method): Procedural style: bool cairo_has_current_point ( CairoContext $context ) Returns whether a current point is defined on the current path. See CairoContext::getCurrentPoint() for details on the current point. Parameters: context A valid Ca

DateTime::setDate

(PHP 5 >= 5.2.0, PHP 7) Sets the date public DateTime DateTime::setDate ( int $year, int $month, int $day ) Object oriented style Procedural style DateTime date_date_set ( DateTime $object , int $year , int $month , int $day ) Resets the current date of the DateTime object to a different date. Parameters: object Procedural style only: A DateTime object returned by date

GearmanClient::echo

(PECL gearman >= 0.5.0) Send data to all job servers to see if they echo it back [deprecated] public bool GearmanClient::echo ( string $workload ) The GearmanClient::echo() method is deprecated as of pecl/gearman 1.0.0. Use GearmanClient::ping(). Parameters: workload Some arbitrary serialized data to be echo back Returns: Returns TRUE on succe

SolrQuery::addFilterQuery

(PECL solr >= 0.9.2) Specifies a filter query public SolrQuery SolrQuery::addFilterQuery ( string $fq ) Specifies a filter query Parameters: fq The filter query Returns: Returns the current SolrQuery object. Examples: SolrQuery::addFilterQuery() example <?php $opt

Imagick::getImageChannelKurtosis

(No version information available, might only be in Git) The getImageChannelKurtosis purpose public array Imagick::getImageChannelKurtosis ([ int $channel = Imagick::CHANNEL_DEFAULT ] ) Get the kurtosis and skewness of a specific channel. This method is available if Imagick has been compiled against ImageMagick version 6.4.9 or newer. Parameters: channel Provide any chan

dbplus_chdir

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Get/Set database virtual current directory string dbplus_chdir ([ string $newdir ] ) Changes the virtual current directory where relation files will be looked for by dbplus_open(). Parameters: newdir The new directory for relation files. You can omit this parameter to query the current working directory. Retur

sqlsrv_field_metadata

(No version information available, might only be in Git) Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query() mixed sqlsrv_field_metadata ( resource $stmt ) Retrieves metadata for the fields of a statement prepared by sqlsrv_prepare() or sqlsrv_query(). sqlsrv_field_metadata() can be called on a statement before or after statement execution. Parameters:

class_uses

(PHP 5 >= 5.4.0, PHP 7) Return the traits used by the given class array class_uses ( mixed $class [, bool $autoload = true ] ) This function returns an array with the names of the traits that the given class uses. This does however not include any traits used by a parent class. Parameters: class An object (class instance) or a string (class name).

fam_next_event

(PHP 5 <= 5.0.5) Get next pending FAM event array fam_next_event ( resource $fam ) Returns the next pending FAM event. The function will block until an event is available which can be checked for using fam_pending(). Parameters: fam A resource representing a connection to the FAM service returned by fam_open() Returns: Returns an array that