ssh2_connect

(PECL ssh2 >= 0.9.0) Connect to an SSH server resource ssh2_connect ( string $host [, int $port = 22 [, array $methods [, array $callbacks ]]] ) Establish a connection to a remote SSH server. Once connected, the client should verify the server's hostkey using ssh2_fingerprint(), then authenticate using either password or public key. Parameters: host Establish a conn

wincache_ucache_add

(PECL wincache >= 1.1.0) Adds a variable in user cache only if variable does not already exist in the cache bool wincache_ucache_add ( string $key, mixed $value [, int $ttl = 0 ] ) bool wincache_ucache_add ( array $values [, mixed $unused = NULL [, int $ttl = 0 ]] ) Adds a variable in user cache, only if this variable doesn't already exist in the cache. The added variable remains in the user cache unless its time to l

WeakMap::current

(PECL weakref >= 0.2.0) Returns the current value under iteration public mixed WeakMap::current ( void ) Returns the current value being iterated on in the map. Returns: The value currently being iterated on.

maxdb_stmt_prepare

(PECL maxdb >= 1.0) Prepare an SQL statement for execution bool maxdb_stmt_prepare ( resource $stmt, string $query ) Procedural style Object oriented style mixed maxdb_stmt::prepare ( string $query ) maxdb_stmt_prepare() prepares the SQL query pointed to by the null-terminated string query. The statement resource has to be allocated by maxdb_stmt_init(). The query must consist of a single SQL statement. Note: You sho

CairoScaledFont::__construct

(PECL cairo >= 0.1.0) The __construct purpose public CairoScaledFont::__construct ( CairoFontFace $font_face, CairoMatrix $matrix, CairoMatrix $ctm, CairoFontOptions $options ) The method description goes here. Parameters: font_face Description... matrix Description... ctm Description...

SolrQuery::setFacetDateEnd

(PECL solr >= 0.9.2) Maps to facet.date.end public SolrQuery SolrQuery::setFacetDateEnd ( string $value [, string $field_override ] ) Maps to facet.date.end Parameters: value See facet.date.end field_override Name of the field Returns: Returns the current SolrQuery object, if the return value is used.

SQLite3::lastErrorCode

(PHP 5 >= 5.3.0, PHP 7) Returns the numeric result code of the most recent failed SQLite request public int SQLite3::lastErrorCode ( void ) Returns the numeric result code of the most recent failed SQLite request. Returns: Returns an integer value representing the numeric result code of the most recent failed SQLite request.

openssl_get_cipher_methods

(PHP 5 >= 5.3.0, PHP 7) Gets available cipher methods array openssl_get_cipher_methods ([ bool $aliases = false ] ) Gets a list of available cipher methods. Parameters: aliases Set to TRUE if cipher aliases should be included within the returned array. Returns: An array of available cipher methods.

sybase_data_seek

(PHP 4, PHP 5, PHP 7) Moves internal row pointer bool sybase_data_seek ( resource $result_identifier, int $row_number ) sybase_data_seek() moves the internal row pointer of the Sybase result associated with the specified result identifier to pointer to the specified row number. The next call to sybase_fetch_row() would return that row. Parameters: result_identifier sybase

Gmagick::getpackagename

(PECL gmagick >= Unknown) Returns the GraphicsMagick package name. public string Gmagick::getpackagename ( void ) Returns the GraphicsMagick package name. Returns: Returns the GraphicsMagick package name as a string. Exception: Throws an GmagickException on error.