Skip to content

Instantly share code, notes, and snippets.

@dbwhddn10
Created May 28, 2020 22:16
Show Gist options
  • Select an option

  • Save dbwhddn10/b469bbd6b121e34d493c6f847d646655 to your computer and use it in GitHub Desktop.

Select an option

Save dbwhddn10/b469bbd6b121e34d493c6f847d646655 to your computer and use it in GitHub Desktop.
get ip address info by php
<?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