Local Network Adapter info

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
User avatar
Frozenlight777
Forum Commoner
Posts: 75
Joined: Wed May 28, 2008 12:59 pm

Local Network Adapter info

Post by Frozenlight777 »

Is there a way to get the name of the network adapter that is running on the local machine? I know there are a ton of built in network functions in PHP but have never familiarized with them and not sure what is available.

Thank you
Deuce
Forum Newbie
Posts: 12
Joined: Sun Jan 25, 2009 5:23 pm

Re: Local Network Adapter info

Post by Deuce »

I don't know much about it - but this seems like a good resource to familiarize yourself with
http://www.phpbuilder.com/manual/en/ref.network.php
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Local Network Adapter info

Post by VladSun »

What do you mean by "the name of the network adapter" ? Also, which machine is considered "local"?
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Skoalbasher
Forum Contributor
Posts: 147
Joined: Thu Feb 07, 2008 8:09 pm

Re: Local Network Adapter info

Post by Skoalbasher »

You mean the clients network adapter info? Because "local" in php is generally the server itself.
Post Reply