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
Local Network Adapter info
Moderator: General Moderators
- Frozenlight777
- Forum Commoner
- Posts: 75
- Joined: Wed May 28, 2008 12:59 pm
Re: Local Network Adapter info
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
http://www.phpbuilder.com/manual/en/ref.network.php
Re: Local Network Adapter info
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
- Skoalbasher
- Forum Contributor
- Posts: 147
- Joined: Thu Feb 07, 2008 8:09 pm
Re: Local Network Adapter info
You mean the clients network adapter info? Because "local" in php is generally the server itself.