多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## auth ##### *Description* Authenticate the connection using a password. *Warning*: The password is sent in plain-text over the network. 使用PASSWORD验证链接。警告:PASSWD以明码的形式在网络中传输。 ##### *Parameters* *STRING*: password ##### *Return value* *BOOL*: `<span class="calibre12">TRUE</span>` if the connection is authenticated, `<span class="calibre12">FALSE</span>` otherwise. ##### *Example* ``` <pre class="calibre9">$redis->auth('foobared'); ``` ##