dbplus_runlink

(PHP 4 <= 4.1.0, PECL dbplus >= 0.9) Remove relation from filesystem int dbplus_runlink ( resource $relation ) dbplus_runlink() will close and remove the relation. Parameters: relation A relation opened by dbplus_open(). Returns:

openssl_csr_sign

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Sign a CSR with another certificate (or itself) and generate a certificate resource openssl_csr_sign ( mixed $csr, mixed $cacert, mixed $priv_key, int $days [, array $configargs [, int $serial = 0 ]] ) openssl_csr_sign() generates an x509 certificate resource from the given CSR. Note: You need to have a valid openssl.cnf installed for this function to operate correctly. See the notes unde

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