Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Performs CRAM-MD5 authentication

__construct(
string $host
=
'127.0.0.1', int $port
=
null, array $config
=
null
)
:
void
Constructor.
Name | Type | Description |
---|---|---|
$host | string | (Default: 127.0.0.1) |
$port | int | (Default: null) |
$config | array | Auth-specific parameters |

_hmacMd5(
string $key, string $data, string $block
=
64
)
:
string
Prepare CRAM-MD5 response to server's ticket
Name | Type | Description |
---|---|---|
$key | string | Challenge key (usually password) |
$data | string | Challenge data |
$block | string | Length of blocks |
Type | Description |
---|---|
string |