msession_unlock

(PHP 4 >= 4.2.0, PHP 5 <= 5.1.2) Unlock a session int msession_unlock ( string $session, int $key ) This function is currently not documented; only its argument list is available.

Yaf_Application::run

(Yaf >=1.0.0) Start Yaf_Application public void Yaf_Application::run ( void ) Run a Yaf_Application, let the Yaf_Application accept a request and route this request, dispatch to controller/action and render response. Finally, return the response to the client. Returns:

iis_remove_server

(PECL iisfunc SVN) Removes the virtual web server indicated by ServerInstance int iis_remove_server ( int $server_instance ) This function is currently not documented; only its argument list is available.

XMLWriter::startElementNS

(PHP 5 >= 5.1.2, PHP 7, PECL xmlwriter >= 0.1.0) Create start namespaced element tag bool XMLWriter::startElementNS ( string $prefix, string $name, string $uri ) Object oriented style Procedural style bool xmlwriter_start_element_ns ( resource $xmlwriter , string $prefix , string $name , string $uri ) Starts a namespaced element. Parameters: xmlwriter Only for proce

SolrCollapseFunction::getMin

(PECL solr >= 2.2.0) Returns min parameter public string SolrCollapseFunction::getMin ( void ) Returns min parameter Returns: See also: SolrCollapseFunction::setMin() -

SolrCollapseFunction::getField

(PECL solr >= 2.2.0) Returns the field that is being collapsed on. public string SolrCollapseFunction::getField ( void ) Returns the field that is being collapsed on. Returns: See also: SolrCollapseFunction::setField() -

EventHttpRequest::free

(PECL event >= 1.4.0-beta) Frees the object and removes associated events public void EventHttpRequest::free ( void ) Frees the object and removes associated events. Returns: No value is returned.

SolrQueryResponse::__destruct

(PECL solr >= 0.9.2) Destructor public void SolrQueryResponse::__destruct ( void ) Destructor. Returns: None

SoapFault::__toString

(PHP 5 >= 5.0.1, PHP 7) Obtain a string representation of a SoapFault public string SoapFault::__toString ( void ) Returns a string representation of the SoapFault. Returns: A string describing the SoapFault.

PDF_setlinecap

(PHP 4, PECL pdflib >= 1.0.0) Set linecap parameter bool PDF_setlinecap ( resource $p, int $linecap ) Sets the linecap parameter to control the shape at the end of a path with respect to stroking.