m_transsend

(PHP 4 >= 4.3.9, PHP 5 <= 5.0.5, PECL mcve >= 1.0.0) Finalize and send the transaction int m_transsend ( resource $conn, int $identifier ) Parameters: conn An MCVE_CONN resource returned by m_initengine(). identifier An MCVE_CONN resource returned by m_initengine(). Returns:

session_is_registered

(PHP 4, PHP 5 < 5.4.0) Find out whether a global variable is registered in a session bool session_is_registered ( string $name ) Finds out whether a global variable is registered in a session. Parameters: name The variable name. Returns: session_is_registered() returns TRUE if there is a global variable with the name name registered in the cur

Imagick::setImageOpacity

(PECL imagick 2.0.0) Sets the image opacity level bool Imagick::setImageOpacity ( float $opacity ) Sets the image to the specified opacity level. This method is available if Imagick has been compiled against ImageMagick version 6.3.1 or newer. This method operates on all channels, which means that for example opacity value of 0.5 will set all transparent areas to partially opaque. To add transparency to areas that are not al

maxdb_stmt_close

(PECL maxdb >= 1.0) Closes a prepared statement bool maxdb_stmt_close ( resource $stmt ) Procedural style Object oriented style bool maxdb_stmt::close ( void ) Closes a prepared statement. maxdb_stmt_close() also deallocates the statement handle pointed to by stmt. If the current statement has pending or unread results, this function cancels them so that the next query can be executed. Returns:

ldap_read

(PHP 4, PHP 5, PHP 7) Read an entry resource ldap_read ( resource $link_identifier, string $base_dn, string $filter [, array $attributes [, int $attrsonly [, int $sizelimit [, int $timelimit [, int $deref ]]]]] ) Performs the search for a specified filter on the directory with the scope LDAP_SCOPE_BASE. So it is equivalent to reading an entry from the directory. Parameters: link_ident

HaruPage::setCMYKStroke

(PECL haru >= 0.0.1) Set stroking color for the page bool HaruPage::setCMYKStroke ( float $c, float $m, float $y, float $k ) Defines stroking color for the page. Parameters: c Defines stroking color for the page. m Defines stroking color for the page. y Defines stroking color for the page.

newt_listbox_get_selection

(PECL newt >= 0.1) array newt_listbox_get_selection ( resource $listbox ) Parameters: listbox Returns: This function is currently not documented; only its argument list is available.

SolrCollapseFunction::getSize

(PECL solr >= 2.2.0) Returns size parameter public integer SolrCollapseFunction::getSize ( void ) Gets the initial size of the collapse data structures when collapsing on a numeric field only Returns: See also: SolrCollapseFunction::setSize() -

ReflectionFunctionAbstract::getNamespaceName

(PHP 5 >= 5.3.0, PHP 7) Gets namespace name public string ReflectionFunctionAbstract::getNamespaceName ( void ) Get the namespace name where the class is defined. Returns: The namespace name. This function is currently not documented; only its argument list is available. See also:

udm_get_res_field

(PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch >= 1.0.0) Fetch a result field string udm_get_res_field ( resource $res, int $row, int $field ) Fetch a mnoGoSearch result field. Parameters: res res - a link to result identifier, received after call to udm_find(). row row - the number of the link on the current page. May have