Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
__construct ($parameters=null) | |
__get ($parameter) | |
__isset ($parameter) | |
__construct ($parameters=null) | |
__get ($parameter) | |
__isset ($parameter) | |
Data Fields | |
const | DEFAULT_SCHEME = 'tcp' |
const | DEFAULT_HOST = '127.0.0.1' |
const | DEFAULT_PORT = 6379 |
const | DEFAULT_TIMEOUT = 5 |
Definition at line 1092 of file predis.php.
__construct | ( | $ | parameters = null | ) |
Definition at line 1099 of file predis.php.
__construct | ( | $ | parameters = null | ) |
Definition at line 1099 of file predis.php.
__get | ( | $ | parameter | ) |
Definition at line 1144 of file predis.php.
__get | ( | $ | parameter | ) |
Definition at line 1144 of file predis.php.
__isset | ( | $ | parameter | ) |
Definition at line 1148 of file predis.php.
__isset | ( | $ | parameter | ) |
Definition at line 1148 of file predis.php.
const DEFAULT_HOST = '127.0.0.1' |
Definition at line 1094 of file predis.php.
const DEFAULT_PORT = 6379 |
Definition at line 1095 of file predis.php.
const DEFAULT_SCHEME = 'tcp' |
Definition at line 1093 of file predis.php.
const DEFAULT_TIMEOUT = 5 |
Definition at line 1096 of file predis.php.