GoLang udm_alloc_agent_array

request it (200)
GoLang replacement for PHP's udm_alloc_agent_array [edit | history]



Do you know a GoLang replacement for PHP's udm_alloc_agent_array? Write it!

PHP udm_alloc_agent_array

PHP original manual for udm_alloc_agent_array [ show | php.net ]

udm_alloc_agent_array

(PHP 4 >= 4.3.3, PHP 5 < 5.1.0, PECL mnogosearch >= 1.0.0)

udm_alloc_agent_arrayAllocate mnoGoSearch session

Description

resource udm_alloc_agent_array ( array $databases )

udm_alloc_agent_array() will create an agent with multiple database connections.

Parameters

databases

The array databases must contain one database URL per element, analog to the first parameter of udm_alloc_agent().

Return Values

Returns a resource link identifier on success or FALSE on failure.

See Also