[php]system function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
and77
Forum Newbie
Posts: 8
Joined: Sun Nov 21, 2010 10:03 am

[php]system function

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: [php]system function

Post by requinix »

There aren't any.

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