Новые книги

В учебном пособии изложены история возникновения меню, его виды, структура, порядок составления, анализа и оптимизации. Рассмотрены особенности транслитерации, визуализации меню, его диверсификации и обновления. Особое внимание уделено использованию новых инновационных технологий, применяемых при составлении меню, включая электронное меню. В учебном пособии приведены основные термины, используемые в меню, в том числе на нескольких иностранных языках. Для закрепления теоретических знаний предлагаются практические задания и контрольные вопросы.

Для студентов бакалавриата и магистратуры, преподавателей вузов, а также для специалистов, работающих в сфере сервиса и туризма.
With this practical book, you will attain a solid understanding of threads and will discover how to put this powerful mode of programming to work in real-world applications.

The primary advantage of threaded programming is that it enables your applications to accomplish more than one task at the same time by using the number-crunching power of multiprocessor parallelism and by automatically exploiting I/O concurrency in your code, even on a single processor machine. The result: applications that are faster, more responsive to users, and often easier to maintain. Threaded programming is particularly well suited to network programming where it helps alleviate the bottleneck of slow network I/O.

This book offers an in-depth description of the IEEE operating system interface standard, POSIX (Portable Operating System Interface) threads, commonly called Pthreads. Written for experienced C programmers, but assuming no previous knowledge of threads, the book explains basic concepts such as asynchronous programming, the lifecycle of a thread, and synchronization. You then move to more advanced topics such as attributes objects, thread-specific data, and realtime scheduling. An entire chapter is devoted to "real code," with a look at barriers, read/write locks, the work queue manager, and how to utilize existing libraries. In addition, the book tackles one of the thorniest problems faced by thread programmers-debugging-with valuable suggestions on how to avoid code errors and performance problems from the outset.

Numerous annotated examples are used to illustrate real-world concepts. A Pthreads mini-reference and a look at future standardization are also included.

ldap_next_attribute



Учебник РНР
НазадВперёд

ldap_next_attribute

(PHP 3, PHP 4)

ldap_next_attribute - получает следующий атрибут вхождения в результате.

Описание

string ldap_next_attribute (resource link_identifier, resource result_entry_identifier, resource ber_identifier)

Возвращает следующий атрибут вхождения при успехе, FALSE при ошибке.

ldap_next_attribute() вызывается для запрашивания атрибутов вхождения. Внутренний статус указателя указывается параметром ber_identifier. Он передаётся по ссылке первому вызову функции. Первый вызов ldap_next_attribute() делается с идентификатором result_entry_identifier, возвращённым функцией ldap_first_attribute().

См. также ldap_get_attributes().


Назад Оглавление Вперёд
ldap_modify Вверхldap_next_entry