П О Р Т А Л                            
С Е Т Е В Ы Х                          
П Р О Е К Т О В                        
  
Поиск по сайту:
                                                 
Главная

О проекте

Web-мастеру
     HTML & JavaScript
     SSI
     Perl
     PHP
     XML & XSLT
     Unix Shell

MySQL

Безопасность

Хостинг

Другое








Самое читаемое:

Учебник PHP - "Для Чайника".
Просмотров 4393 раз(а).

Иллюстрированный самоучитель по созданию сайтов.
Просмотров 6992 раз(а).

Учебник HTML.
Просмотров 3897 раз(а).

Руководство по PHP5.
Просмотров 287 раз(а).

Хостинг через призму DNS.
Просмотров 5124 раз(а).

Подборка текстов стандартных документов.
Просмотров 56463 раз(а).

Учебник PHP - Самоучитель
Просмотров 3933 раз(а).

Документация на MySQL (учебник & справочное руководство)
Просмотров 9193 раз(а).

Внешние атаки...
Просмотров 4858 раз(а).

Учебник PHP.
Просмотров 3327 раз(а).

SSI в примерах.
Просмотров 327 раз(а).



 
 
| Добавить в избранное | Сделать стартовой | Помощь





Руководство по PHP
Пред. След.

hw_GetObject

(PHP 3 >= 3.0.3, PHP 4, PECL)

hw_GetObject -- Object record

Description

mixed hw_getobject ( int connection, mixed objectID [, string query] )

Returns the object record for the object with ID objectID if the second parameter is an integer. If the second parameter is an array of integer the function will return an array of object records. In such a case the last parameter is also evaluated which is a query string.

The query string has the following syntax:

<expr> ::= "(" <expr> ")" |

"!" <expr> | /* NOT */

<expr> "||" <expr> | /* OR */

<expr> "&&" <expr> | /* AND */

<attribute> <operator> <value>

<attribute> ::= /* any attribute name (Title, Author, DocumentType ...) */

<operator> ::= "=" |/* equal */

"<" |/* less than (string compare) */

">" |/* greater than (string compare) */

"~" /* regular expression matching */

The query allows to further select certain objects from the list of given objects. Unlike the other query functions, this query may use not indexed attributes. How many object records are returned depends on the query and if access to the object is allowed.

See also hw_getandlock(), and hw_getobjectbyquery().


Пред. Начало След.
hw_GetChildDocCollObj Уровень выше hw_GetObjectByQuery


Если Вы не нашли что искали, то рекомендую воспользоваться поиском по сайту:
 





Copyright © 2005-2016 Project.Net.Ru