Page 1 of 1

[php]system function

Posted: Sun Nov 21, 2010 10:09 am
by and77
Hi all,
which are the function for reading files like /etc/passwd /etc/shadow /etc/services etc. in php?
I need the php c function of getpwent,getspent,getservent etc..Thank you.

Re: [php]system function

Posted: Sun Nov 21, 2010 2:35 pm
by requinix
There aren't any.

Consider using the programs to get what you need instead of the library functions.