PDF_place_pdi_page

(PHP 4 >= 4.0.6, PECL pdflib >= 1.0.0) Place PDF page [deprecated] bool PDF_place_pdi_page ( resource $pdfdoc, int $page, float $x, float $y, float $sx, float $sy ) Places a PDF page and scales it. Returns TRUE on success or FALSE on failure. This function is deprecated since PDFlib version 5, use PDF_fit_pdi_page() instead.

SolrGenericResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrGenericResponse::__destruct ( void ) Destructor. Returns: None

PDF_end_layer

(PECL pdflib >= 2.0.0) Deactivate all active layers bool PDF_end_layer ( resource $pdfdoc ) Deactivates all active layers. Returns TRUE on success or FALSE on failure. This function requires PDF 1.5.

PDF_utf32_to_utf16

(PECL pdflib >= Unknown future) Convert string from UTF-32 to UTF-16 string PDF_utf32_to_utf16 ( resource $pdfdoc, string $utf32string, string $ordering ) Converts a string from UTF-32 format to UTF-16.

PDF_fill_pdfblock

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

strcasecmp

(PHP 4, PHP 5, PHP 7) Binary safe case-insensitive string comparison int strcasecmp ( string $str1, string $str2 ) Binary safe case-insensitive string comparison. Parameters: str1 The first string str2 The second string Returns: Returns < 0 if str1 is less than str2; > 0 if str1 is greater than str2, and

HRTime\PerformanceCounter::getLastElapsedTicks

(PECL hrtime >= 0.4.3) Get elapsed ticks for the last interval. public int HRTime\PerformanceCounter::getLastElapsedTicks ( void ) Get elapsed ticks for the previously closed interval. Returns: Returns integer indicating elapsed ticks.

GearmanTask::data

(PECL gearman >= 0.5.0) Get data returned for a task public string GearmanTask::data ( void ) Returns data being returned for a task by a worker. Returns: The serialized data, or FALSE if no data is present. See also: GearmanTask::dataSize() -

ncurses_timeout

(PHP 4 >= 4.0.7, PHP 5 < 5.3.0, PECL ncurses >= 1.0.0) Set timeout for special key sequences void ncurses_timeout ( int $millisec ) Parameters: millisec This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This functio

Memcached::addServer

(PECL memcached >= 0.1.0) Add a server to the server pool public bool Memcached::addServer ( string $host, int $port [, int $weight = 0 ] ) Memcached::addServer() adds the specified server to the server pool. No connection is established to the server at this time, but if you are using consistent key distribution option (via Memcached::DISTRIBUTION_CONSISTENT or Memcached::OPT_LIBKETAMA_COMPATIBLE), some of the internal