Phar::canCompress

(PHP >= 5.3.0, PECL phar >= 1.0.0) Returns whether phar extension supports compression using either zlib or bzip2 final public static bool Phar::canCompress ([ int $type = 0 ] ) This should be used to test whether compression is possible prior to loading a phar archive containing compressed files. Parameters: type Either Phar::GZ or Phar::BZ2 can be used to test wh

CairoContext::pathExtents

(PECL cairo >= 0.1.0) The pathExtents purpose public array CairoContext::pathExtents ( void ) Object oriented style (method): Procedural style: array cairo_path_extents ( CairoContext $context ) Description here. Parameters: context Description... Returns: Description... This function is currently not docu

SWFDisplayItem::getYSkew

(PHP 5 <= 5.3.0, PECL ming SVN) float SWFDisplayItem::getYSkew ( void ) This function is currently not documented; only its argument list is available. See also: SWFDisplayItem::getXSkew() -

EvWatcher::invoke

(PECL ev >= 0.2.0) Invokes the watcher callback with the given received events bit mask public void EvWatcher::invoke ( int $revents ) Invokes the watcher callback with the given received events bit mask. Parameters: revents Bit mask of watcher received events . Returns: No value is returned.

streamWrapper::stream_metadata

(PHP 5 >= 5.4.0, PHP 7) Change stream options public bool streamWrapper::stream_metadata ( string $path, int $option, mixed $value ) This method is called to set metadata on the stream. It is called when one of the following functions is called on a stream URL: touch() chmod() chown() chgrp() Note: The function is available since PHP 5.4.0. Parameters: path The file

Memcached::getByKey

(PECL memcached >= 0.1.0) Retrieve an item from a specific server public mixed Memcached::getByKey ( string $server_key, string $key [, callable $cache_cb [, float &$cas_token ]] ) Memcached::getByKey() is functionally equivalent to Memcached::get(), except that the free-form server_key can be used to map the key to a specific server. Parameters: server_key The key

cairo_surface_mark_dirty

(PECL cairo >= 0.1.0) Description void cairo_surface_mark_dirty ( CairoSurface $surface ) The function description goes here. Parameters: surface Description... Returns: What is returned on success and failure This function is currently not documented; only its argument list is available.

trader_apo

(PECL trader >= 0.2.0) Absolute Price Oscillator array trader_apo ( array $real [, integer $fastPeriod [, integer $slowPeriod [, integer $mAType ]]] ) Parameters: real Array of real values. fastPeriod Number of period for the fast MA. Valid range from 2 to 100000. slowPeriod Number of period for the

sqlsrv_cancel

(No version information available, might only be in Git) Cancels a statement bool sqlsrv_cancel ( resource $stmt ) Cancels a statement. Any results associated with the statement that have not been consumed are deleted. After sqlsrv_cancel() has been called, the specified statement can be re-executed if it was created with sqlsrv_prepare(). Calling sqlsrv_cancel() is not necessary if all the results associated with the statem

odbc_close

(PHP 4, PHP 5, PHP 7) Close an ODBC connection void odbc_close ( resource $connection_id ) Closes down the connection to the database server. Parameters: connection_id The ODBC connection identifier, see odbc_connect() for details. Returns: No value is returned. Notes: This function will fail