Memcache::connect

(PECL memcache >= 0.2.0) Open memcached server connection bool Memcache::connect ( string $host [, int $port [, int $timeout ]] ) Memcache::connect() establishes a connection to the memcached server. The connection, which was opened using Memcache::connect() will be automatically closed at the end of script execution. Also you can close it with Memcache::close(). Also you can use memcache_connect() function.

Memcache::close

(PECL memcache >= 0.4.0) Close memcached server connection bool Memcache::close ( void ) Memcache::close() closes connection to memcached server. This function doesn't close persistent connections, which are closed only during web-server shutdown/restart. Also you can use memcache_close() function. Returns: Returns TRUE on success or FALSE on failure.

Memcache::addServer

(PECL memcache >= 2.0.0) Add a memcached server to connection pool bool Memcache::addServer ( string $host [, int $port = 11211 [, bool $persistent [, int $weight [, int $timeout [, int $retry_interval [, bool $status [, callable $failure_callback [, int $timeoutms ]]]]]]]] ) Memcache::addServer() adds a server to the connection pool. You can also use the memcache_add_server() function. When using this method (as oppos

Memcache::add

(PECL memcache >= 0.2.0) Add an item to the server bool Memcache::add ( string $key, mixed $var [, int $flag [, int $expire ]] ) Memcache::add() stores variable var with key only if such key doesn't exist at the server yet. Also you can use memcache_add() function. Parameters: key The key that will be associated with the item. var Th

ldap_unbind

(PHP 4, PHP 5, PHP 7) Unbind from LDAP directory bool ldap_unbind ( resource $link_identifier ) Unbinds from the LDAP directory. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). Returns: Returns TRUE on success or FALSE on failure. See also:

ldap_t61_to_8859

(PHP 4 >= 4.0.2, PHP 5, PHP 7) Translate t61 characters to 8859 characters string ldap_t61_to_8859 ( string $value ) This function is currently not documented; only its argument list is available.

ldap_start_tls

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Start TLS bool ldap_start_tls ( resource $link ) This function is currently not documented; only its argument list is available.

ldap_sort

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Sort LDAP result entries bool ldap_sort ( resource $link, resource $result, string $sortfilter ) Sort the result of a LDAP search, returned by ldap_search(). Parameters: link An LDAP link identifier, returned by ldap_connect(). result An search result identifier, returned by ldap_search().

ldap_set_rebind_proc

(PHP 4 >= 4.2.0, PHP 5, PHP 7) Set a callback function to do re-binds on referral chasing bool ldap_set_rebind_proc ( resource $link, callable $callback ) This function is currently not documented; only its argument list is available.

ldap_set_option

(PHP 4 >= 4.0.4, PHP 5, PHP 7) Set the value of the given option bool ldap_set_option ( resource $link_identifier, int $option, mixed $newval ) Sets the value of the specified option to be newval. Parameters: link_identifier An LDAP link identifier, returned by ldap_connect(). option The parameter option can be one of: Option Type A