(PECL memcached >= 0.1.0)
Memcached::__construct — Create a Memcached instance
$persistent_id
] )Creates a Memcached instance representing the connection to the memcache servers.
persistent_id
By default the Memcached instances are destroyed at the end of the request. To create an instance that persists between requests, use persistent_id
to specify a unique ID for the instance. All instances created with the same persistent_id
will share the same connection.
A Memcached object.
© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/memcached.construct.php