UDM_ALLOC_AGENT_ARRAY(3) 1 UDM_ALLOC_AGENT_ARRAY(3)
udm_alloc_agent_array - Allocate mnoGoSearch session
SYNOPSIS
resource udm_alloc_agent_array (array $databases)
DESCRIPTION
udm_alloc_agent_array(3) will create an agent with multiple database connections.
PARAMETERS
o $databases
- The array $databases must contain one database URL per element, analog to the first parameter of udm_alloc_agent(3).
RETURN VALUES
Returns a resource link identifier on success or FALSE on failure.
SEE ALSO
udm_alloc_agent(3).
PHP Documentation Group UDM_ALLOC_AGENT_ARRAY(3)