udm_hash32
(PHP 4 >= 4.3.3, PHP 5 <= 5.0.5, PECL mnogosearch:1.0.0)
udm_hash32 — Return Hash32 checksum of gived string
Описание
int udm_hash32
( resource $agent
, string $str
)
udm_hash32() will take a string str and return a quite unique 32-bit hash number from it.
Список параметров
- agent
-
A link to Agent, received after call to udm_alloc_agent().
- str
-
The input string.
Возвращаемые значения
Returns a 32-bit hash number.
- PHP Руководство
- Функции по категориям
- Индекс функций
- Справочник функций
- Расширения для работы с поисковыми системами
- mnoGoSearch
- udm_add_search_limit
- udm_alloc_agent_array
- udm_alloc_agent
- udm_api_version
- udm_cat_list
- udm_cat_path
- udm_check_charset
- udm_clear_search_limits
- 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_set_agent_param
Коментарии
404 Not Found