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

О проекте

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

MySQL

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

Хостинг

Другое








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

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

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

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

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

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

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

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

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

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

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

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



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





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

msg_set_queue

(PHP 4 >= 4.3.0, PHP 5)

msg_set_queue --  Set information in the message queue data structure

Description

bool msg_set_queue ( resource queue, array data )

msg_set_queue() allows you to change the values of the msg_perm.uid, msg_perm.gid, msg_perm.mode and msg_qbytes fields of the underlying message queue data structure. You specify the values you require by setting the value of the keys that you require in the data array.

Changing the data structure will require that PHP be running as the same user that created the queue, owns the queue (as determined by the existing msg_perm.xxx fields), or be running with root privileges. root privileges are required to raise the msg_qbytes values above the system defined limit.

See also msg_remove_queue(), msg_receive(), msg_stat_queue() and msg_get_queue().



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





Copyright © 2005-2016 Project.Net.Ru