error_reporting

(PHP 4, PHP 5, PHP 7) Sets which PHP errors are reported int error_reporting ([ int $level ] ) The error_reporting() function sets the error_reporting directive at runtime. PHP has many levels of errors, using this function sets that level for the duration (runtime) of your script. If the optional level is not set, error_reporting() will just return the current error reporting level. Parameters:

DirectoryIterator::isLink

(PHP 5, PHP 7) Determine if current DirectoryIterator item is a symbolic link public bool DirectoryIterator::isLink ( void ) Determines if the current DirectoryIterator item is a symbolic link. Returns: Returns TRUE if the item is a symbolic link, otherwise FALSE Examples: A DirectoryIterator::isLink() example This example

GearmanClient::returnCode

(PECL gearman >= 0.5.0) Get the last Gearman return code public int GearmanClient::returnCode ( void ) Returns the last Gearman return code. Returns: A valid Gearman return code.

Threaded::extend

(PECL pthreads >= 2.0.8) Runtime Manipulation public bool Threaded::extend ( string $class ) Makes thread safe standard class at runtime Parameters: class The class to extend Returns: A boolean indication of success Examples: Runtime inheritance <?php class My {}

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