XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 1121 - 1140 из 3519.

В начало ] Пред. | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1121. posix_isatty
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_isatty -- Determine if a file descriptor is an interactive terminal . bool posix_isatty ( int fd) . Needs to be written. Prev . Home . Next . posix_ttyname . Up . posix_getcwd
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-isatty.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1122. posix_times
PHP Manual . Prev . Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_times -- Get process times . ... Returns a hash of strings with information about the current process CPU usage. ... ticks - the number of clock ticks that have elapsed since reboot. utime - user time used by the current process. stime - system time used by the current process. cutime - user time used by current process and children. cstime - system time used by current process and children. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-times.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1123. posix_ctermid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_ctermid -- Get path name of controlling terminal . string posix_ctermid ( (void);) . Needs to be written. Prev . Home . Next . posix_times . Up . posix_ttyname
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-ctermid.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1124. posix_getsid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getsid -- Get the current sid of the process . int posix_getsid ( int pid) . Return the sid of the process pid . If pid is 0, the sid of the current process is returned. This is not a POSIX function, but is common on System V systems. If your system does not support this function at system level, this PHP function will always return FALSE . Prev . Home . Next . posix_getpgid . Up . posix_uname
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getsid.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1125. posix_getpgid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getpgid -- Get process group id for job control . int posix_getpgid ( int pid) . Returns the process group identifier of the process pid . This is not a POSIX function, but is common on BSD and System V systems. If your system does not support this function at system level, this PHP function will always return FALSE . Prev . Home . Next . posix_setpgid . Up . posix_getsid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getpgid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1126. posix_uname
... Next . 3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_uname -- Get system name . ... Returns a hash of strings with information about the system. ... sysname - operating system name (e.g. Linux) . nodename - system name (e.g. valiant) . ... version - operating system version (e.g. #4 Tue Jul 20 17:01:36 MEST 1999) . ... domainname - DNS domainname (e.g. php.net) . domainname is a GNU extension and not part of POSIX.1, so this field is only available on GNU systems or when using the GNU libc. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-uname.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1127. posix_setpgid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_setpgid -- set process group id for job control . int posix_setpgid ( int pid, int pgid) . Let the process pid join the process group pgid . See POSIX.1 and the setsid(2) manual page on your POSIX system for more informations on process groups and job control. Returns TRUE on success, FALSE otherwise. Prev . Home . Next . posix_setsid . Up . posix_getpgid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-setpgid.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1128. posix_setsid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_setsid -- Make the current process a session leader . int posix_setsid ( (void);) . Make the current process a session leader. See POSIX.1 and the setsid(2) manual page on your POSIX system for more informations on process groups and job control. Returns the session id. Prev . Home . Next . posix_getpgrp . Up . posix_setpgid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-setsid.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1129. posix_getpgrp
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getpgrp -- Return the current process group identifier . int posix_getpgrp ( (void);) . Return the process group identifier of the current process. See POSIX.1 and the getpgrp(2) manual page on your POSIX system for more information on process groups. Prev . Home . Next . posix_getlogin . Up . posix_setsid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getpgrp.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1130. posix_getlogin
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getlogin -- Return login name . string posix_getlogin ( (void);) . Returns the login name of the user owning the current process. See posix_getpwnam() for information how to get more information about this user. Prev . Home . Next . posix_getgroups . Up . posix_getpgrp
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getlogin.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1131. posix_getgroups
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getgroups -- Return the group set of the current process . array posix_getgroups ( (void);) . Returns an array of integers containing the numeric group ids of the group set of the current process. See also posix_getgrgid() for information on how to convert this into useable group names. Prev . Home . Next . posix_setegid . Up . posix_getlogin
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getgroups.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1132. posix_setegid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) posix_setegid -- Set the effective GID of the current process . bool posix_setegid ( int gid) . Set the effective group ID of the current process. This is a privileged function and you need appropriate privileges (usually root) on your system to be able to perform this function. Returns TRUE on success, FALSE otherwise. Prev . Home . Next . posix_setgid . Up . posix_getgroups
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-setegid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1133. posix_setgid
PHP Manual . Prev . Next . 3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_setgid -- Set the GID of the current process . bool posix_setgid ( int gid) . Set the real group ID of the current process. This is a privileged function and you need appropriate privileges (usually root) on your system to be able to perform this function. The appropriate order of function calls is posix_setgid() first, posix_setuid() last. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-setgid.html -- 3.7 Кб -- 03.02.2002
Похожие документы

1134. posix_seteuid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) posix_seteuid -- Set the effective UID of the current process . bool posix_seteuid ( int uid) . Set the real user ID of the current process. This is a privileged function and you need appropriate privileges (usually root) on your system to be able to perform this function. Returns TRUE on success, FALSE otherwise. See also posix_setgid() . Prev . Home . Next . posix_setuid . Up . posix_setgid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-seteuid.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1135. posix_getegid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getegid -- Return the effective group ID of the current process . int posix_getegid ( (void);) . Return the numeric effective group ID of the current process. See also posix_getgrgid() for information on how to convert this into a useable group name. Prev . Home . Next . posix_getgid . Up . posix_setuid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getegid.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1136. posix_getgid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getgid -- Return the real group ID of the current process . int posix_getgid ( (void);) . Return the numeric real group ID of the current process. See also posix_getgrgid() for information on how to convert this into a useable group name. Prev . Home . Next . posix_geteuid . Up . posix_getegid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getgid.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1137. posix_setuid
. PHP Manual . Prev . Next . (3.0.13 - 3.0.18 only, PHP 4 >= 4.0.0) posix_setuid -- Set the UID of the current process . bool posix_setuid ( int uid) . Set the real user ID of the current process. This is a privileged function and you need appropriate privileges (usually root) on your system to be able to perform this function. Returns TRUE on success, FALSE otherwise. See also posix_setgid() . Prev . Home . Next . posix_getegid . Up . posix_seteuid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-setuid.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1138. posix_getuid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getuid -- Return the real user ID of the current process . int posix_getuid ( (void);) . Return the numeric real user ID of the current process. See also posix_getpwuid() for information on how to convert this into a useable username. Prev . Home . Next . posix_getppid . Up . posix_geteuid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getuid.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1139. posix_geteuid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_geteuid -- Return the effective user ID of the current process . int posix_geteuid ( (void);) . Return the numeric effective user ID of the current process. See also posix_getpwuid() for information on how to convert this into a useable username. Prev . Home . Next . posix_getuid . Up . posix_getgid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-geteuid.html -- 3.4 Кб -- 03.02.2002
Похожие документы

1140. posix_getpid
. PHP Manual . Prev . Next . (3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) posix_getpid -- Return the current process identifier . int posix_getpid ( (void);) . Return the process identifier of the current process. Prev . Home . Next . posix_kill . Up . posix_getppid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.posix-getpid.html -- 3.2 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования