PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

posix_getsid> <posix_getpwuid
Last updated: Fri, 26 Dec 2008

view this page in

posix_getrlimit

(PHP 4, PHP 5)

posix_getrlimitDevuelve información sobre los limites de recursos del sistema

Descripción

array posix_getrlimit ( void $ )

Necesita ser escrita tan pronto como sea posible.



add a note add a note User Contributed Notes
posix_getrlimit
petert at tebault dot org
29-Aug-2000 07:58
The array returned (on a RH6.2 box) is:
     soft core = 0
     hard core = unlimited
     soft data = unlimited
     hard data = unlimited
     soft stack = 8388608
     hard stack = unlimited
     soft totalmem = unlimited
     hard totalmem = unlimited
     soft rss = unlimited
     hard rss = unlimited
     soft maxproc = 2048
     hard maxproc = 2048
     soft memlock = unlimited
     hard memlock = unlimited
     soft cpu = unlimited
     hard cpu = unlimited
     soft filesize = unlimited
     hard filesize = unlimited
     soft openfiles = 1024
     hard openfiles = 1024

posix_getsid> <posix_getpwuid
Last updated: Fri, 26 Dec 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites