ldap_control_paged_result

(PHP 5 >= 5.4.0, PHP 7) Send LDAP pagination control bool ldap_control_paged_result ( resource $link, int $pagesize [, bool $iscritical = false [, string $cookie = "" ]] ) Enable LDAP pagination by sending the pagination control (page size, cookie...). Parameters: link An LDAP link identifier, returned by ldap_connect(). pagesize T

XSLTProcessor::hasExsltSupport

(PHP 5 >= 5.0.4, PHP 7) Determine if PHP has EXSLT support bool XSLTProcessor::hasExsltSupport ( void ) This method determines if PHP was built with the » EXSLT library. Returns: Returns TRUE on success or FALSE on failure. Examples: Testing EXSLT support <?php $proc = new XSLTProcessor; if (!$proc->hasExsltSupp

Spoofchecker::__construct

(PHP >= 5.4.0, PECL intl >= 2.0.0) Constructor public Spoofchecker::__construct ( void ) Returns: This function is currently not documented; only its argument list is available.

Memcache::getExtendedStats

(PECL memcache >= 2.0.0) Get statistics from all servers in pool array Memcache::getExtendedStats ([ string $type [, int $slabid [, int $limit = 100 ]]] ) Memcache::getExtendedStats() returns a two-dimensional associative array with server statistics. Array keys correspond to host:port of server and values contain the individual server statistics. A failed server will have its corresponding entry set to FALSE. You can al

OAuth::getLastResponseHeaders

(No version information available, might only be in Git) Get headers for last response public string OAuth::getLastResponseHeaders ( void ) Get headers for last response. Returns: A string containing the last response's headers or FALSE on failure

EventBuffer::__construct

(PECL event >= 1.2.6-beta) Constructs EventBuffer object public EventBuffer::__construct ( void ) Constructs EventBuffer object Returns: Returns EventBuffer object.

get_html_translation_table

(PHP 4, PHP 5, PHP 7) Returns the translation table used by htmlspecialchars() and htmlentities() array get_html_translation_table ([ int $table = HTML_SPECIALCHARS [, int $flags = ENT_COMPAT | ENT_HTML401 [, string $encoding = "UTF-8" ]]] ) get_html_translation_table() will return the translation table that is used internally for htmlspecialchars() and htmlentities(). Note: Special characters can be encoded in severa

svn_status

(PECL svn >= 0.1.0) Returns the status of working copy files and directories array svn_status ( string $path [, int $flags = 0 ] ) Returns the status of working copy files and directories, giving modifications, additions, deletions and other changes to items in the working copy. Parameters: path Local path to file or directory to retrieve status of. Note: Relative pa

EvLoop::defaultLoop

(PECL ev >= 0.2.0) Returns or creates the default event loop. public static EvLoop EvLoop::defaultLoop ([ int $flags = Ev::FLAG_AUTO [, mixed $data = NULL [, double $io_interval = 0. [, double $timeout_interval = 0. ]]]] ) If the default event loop is not created, EvLoop::defaultLoop() creates it with the specified parameters. Otherwise, it just returns the object representing previously created instance ignoring all

SplFileObject::getCurrentLine

(PHP 5 >= 5.1.2, PHP 7) Alias of SplFileObject::fgets() This method is an alias of SplFileObject::fgets().