Delicious Bookmark this on Delicious Share on Facebook SlashdotSlashdot It! Digg! Digg



PHP : Function Reference : mnoGoSearch Functions : udm_alloc_agent

udm_alloc_agent

Allocate mnoGoSearch session (PHP 4 >= 4.0.5, PHP 5 <= 5.0.5, PECL mnogosearch:1.0.0)
resource udm_alloc_agent ( string dbaddr [, string dbmode] )


Code Examples / Notes » udm_alloc_agent

cmv

For what it's worth, the following PHP code won't work:
<?  $U = udm_alloc_agent('mysql://localhost/example'); ?>
But this will:
<?  $U = udm_alloc_agent('mysql://localhost/example/'); ?>
That trailing slash is all-important.


Change Language


Follow Navioo On Twitter
udm_add_search_limit
udm_alloc_agent_array
udm_alloc_agent
udm_api_version
udm_cat_list
udm_cat_path
udm_check_charset
udm_check_stored
udm_clear_search_limits
udm_close_stored
udm_crc32
udm_errno
udm_error
udm_find
udm_free_agent
udm_free_ispell_data
udm_free_res
udm_get_doc_count
udm_get_res_field
udm_get_res_param
udm_hash32
udm_load_ispell_data
udm_open_stored
udm_set_agent_param
eXTReMe Tracker