Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
hw_GetObjectByQueryColl
(PHP 4)
hw_GetObjectByQueryColl — Search object in collection
Описание
array hw_getobjectbyquerycoll ( int $connection , int $objectID , string $query , int $max_hits )Searches for objects in collection with ID objectID and returns an array of object ids.
Список параметров
connection -
The connection identifier.
objectID -
The collection id.
query -
The query will only work with indexed attributes.
max_hits -
The maximum number of matches is limited to max_hits. If max_hits is set to -1 the maximum number of matches is unlimited.
Возвращаемые значения
Returns an array of object ids.
Смотрите также
- hw_getobjectbyquerycollobj() - Search object in collection
Описание на ru2.php.net
Описание на php.ru