session_abort

(PHP 5 >= 5.6.0, PHP 7) Discard session array changes and finish session void session_abort ( void ) session_abort() finishes session without saving data. Thus the original values in session data are kept. Returns: No value is returned. See also: $_SESSION - session.auto_start -

mailparse_msg_get_part

(PECL mailparse >= 0.9.0) Returns a handle on a given section in a mimemessage resource mailparse_msg_get_part ( resource $mimemail, string $mimesection ) Parameters: mimemail A valid MIME resource. mimesection A valid MIME resource. This function is currently not documented; only its argume

IntlChar::foldCase

(PHP 7) Perform case folding on a code point public static mixed IntlChar::foldCase ( mixed $codepoint [, int $options = IntlChar::FOLD_CASE_DEFAULT ] ) The given character is mapped to its case folding equivalent; if the character has no case folding equivalent, the character itself is returned. Parameters: codepoint The integer codepoint value (e.g. 0x2603 for U+2603 SN

ArrayObject::offsetExists

(PHP 5 >= 5.0.0, PHP 7) Returns whether the requested index exists public bool ArrayObject::offsetExists ( mixed $index ) Parameters: index The index being checked. Returns: TRUE if the requested index exists, otherwise FALSE Examples: ArrayObject::offsetExists() example

SolrQuery::getHighlightRegexMaxAnalyzedChars

(PECL solr >= 0.9.2) Returns the maximum number of characters from a field when using the regex fragmenter public int SolrQuery::getHighlightRegexMaxAnalyzedChars ( void ) Returns the maximum number of characters from a field when using the regex fragmenter Returns: Returns an integer on success and NULL if not set.

atanh

(PHP 4 >= 4.1.0, PHP 5, PHP 7) Inverse hyperbolic tangent float atanh ( float $arg ) Returns the inverse hyperbolic tangent of arg, i.e. the value whose hyperbolic tangent is arg. Parameters: arg The argument to process Returns: Inverse hyperbolic tangent of arg Changelog: 5.3.0 This fun

fam_open

(PHP 5 <= 5.0.5) Open connection to FAM daemon resource fam_open ([ string $appname ] ) Opens a connection to the FAM service daemon. Parameters: appname A string identifying the application for logging reasons Returns: Returns a resource representing a connection to the FAM service on success or FALSE on errors.

Yaf_Dispatcher::throwException

(Yaf >=1.0.0) Switch on/off exception throwing public Yaf_Dispatcher Yaf_Dispatcher::throwException ([ bool $flag ] ) Siwtch on/off exception throwing while unexpected error occurring. When this is on, Yaf will throwing exceptions instead of triggering catchable errors. You can also use application.dispatcher.throwException to achieve the same purpose. Parameters: flag

mysqli::commit

(PHP 5, PHP 7) Commits the current transaction bool mysqli::commit ([ int $flags [, string $name ]] ) Object oriented style Procedural style bool mysqli_commit ( mysqli $link [, int $flags [, string $name ]] ) Commits the current transaction for the database connection. Parameters: link Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

getservbyname

(PHP 4, PHP 5, PHP 7) Get port number associated with an Internet service and protocol int getservbyname ( string $service, string $protocol ) getservbyname() returns the Internet port which corresponds to service for the specified protocol as per /etc/services. Parameters: service The Internet service name, as a string. protocol protoc