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.
[php]system function
Moderator: General Moderators
Re: [php]system function
There aren't any.
Consider using the programs to get what you need instead of the library functions.
Consider using the programs to get what you need instead of the library functions.