hw_api::copy

(PHP 4, PHP 5 < 5.2.0, PECL hwapi SVN) Copies physically hw_api_content hw_api::copy ( array $parameter ) This function will make a physical copy including the content if it exists and returns the new object or an error object. Parameters: parameter The parameter array contains the required elements 'objectIdentifier' and 'destinationParentIdentifier'. The optional pa

SolrInputDocument::__clone

(PECL solr >= 0.9.2) Creates a copy of a SolrDocument public void SolrInputDocument::__clone ( void ) Should not be called directly. It is used to create a deep copy of a SolrInputDocument. Returns: Creates a new SolrInputDocument instance.

Phar::webPhar

(PHP >= 5.3.0, PECL phar >= 2.0.0) mapPhar for web-based phars. front controller for web applications final public static void Phar::webPhar ([ string $alias [, string $index = "index.php" [, string $f404 [, array $mimetypes [, callable $rewrites ]]]]] ) Phar::mapPhar() for web-based phars. This method parses $_SERVER['REQUEST_URI'] and routes a request from a web browser to an internal file within the phar archive.

mysqli::next_result

(PHP 5, PHP 7) Prepare next result from multi_query bool mysqli::next_result ( void ) Object oriented style Procedural style bool mysqli_next_result ( mysqli $link ) Prepares next result set from a previous call to mysqli_multi_query() which can be retrieved by mysqli_store_result() or mysqli_use_result(). Parameters: link Procedural style only: A link identifier returned

cubrid_lock_read

(PECL CUBRID >= 8.3.0) Set a read lock on the given OID bool cubrid_lock_read ( resource $conn_identifier, string $oid ) The cubrid_lock_read() function is used to put read lock on the instance pointed by given oid. Parameters: conn_identifier Connection identifier. oid OID of the instance that you want to put read lock on.

SWFSprite::labelFrame

(PHP 5 <= 5.3.0, PECL ming SVN) Labels frame void SWFSprite::labelFrame ( string $label ) Returns: No value is returned. This function is currently not documented; only its argument list is available.

PDF_save

(PHP 4, PECL pdflib >= 1.0.0) Save graphics state bool PDF_save ( resource $p ) Saves the current graphics state. Returns TRUE on success or FALSE on failure.

classkit_import

(PECL classkit >= 0.3) Import new class method definitions from a file array classkit_import ( string $filename ) Note: This function cannot be used to manipulate the currently running (or chained) method. Parameters: filename The filename of the class method definitions to import Returns: Associative array of imported methods

gmp_testbit

(PHP 5, PHP 7 >= 5.3.0) Tests if a bit is set bool gmp_testbit ( GMP $a, int $index ) Tests if the specified bit is set. Parameters: a Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. index The bit to test

stats_cdf_weibull

(PECL stats >= 1.0.0) Not documented float stats_cdf_weibull ( float $par1, float $par2, float $par3, int $which ) Parameters: par1 par2 par3 which Returns: This function is currently not documented; only its arg