Created
May 28, 2020 22:16
-
-
Save dbwhddn10/b469bbd6b121e34d493c6f847d646655 to your computer and use it in GitHub Desktop.
get ip address info by php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| print_r(shell_exec('ip addr')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment