1006. Function

1006.1. Zend\Authentication\Adapter\Http\resolve

ZendAuthenticationAdapterHttpresolve()

Resolve username/realm to password/hash/etc.

Parameters:
  • string – Username
  • string – Authentication Realm
  • string – Password (optional)
Return type:

string|array|false User’s shared secret as string if found in realm, or User’s identity as array if resolved, false otherwise.

Project Versions

Table Of Contents

Previous topic

1005. Class

Next topic

1007. Class

This Page