[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Shared utility functions for session handlers. This contains functions that are shared between two or more handlers.
Copyright: | 2014 The Open University |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 75 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
connection_string_to_memcache_servers($str) X-Ref |
Convert a connection string to an array of servers EG: Converts: "abc:123, xyz:789" to array( array('abc', '123'), array('xyz', '789'), ) param: string $str save_path value containing memcached connection string return: array author: Mark Nielsen |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |