2017 © Pedro Peláez
 

library hostnameseek

A PHP class for dealing with hostnames

image

lamoni/hostnameseek

A PHP class for dealing with hostnames

  • Thursday, February 26, 2015
  • by lamoni
  • Repository
  • 1 Watchers
  • 0 Stars
  • 43 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

HostnameSeek

A PHP class for dealing with hostnames, (*1)

Dependencies

  • PHP >= 5.4

Examples

Get all hostnames from /etc/hosts

$seek = new HostnameSeek('/etc/hosts');

print_r($seek->GetHosts());

Get hostnames matching certain items

$seek = new HostnameSeek('/etc/hosts', ['labdevice', 'labcomputer']);

print_r($seek->GetHosts());

The Versions

26/02 2015

dev-master

9999999-dev https://github.com/lamoni/hostnameseek

A PHP class for dealing with hostnames

  Sources   Download

MIT

The Requires

  • php >= 5.4.16

 

by Lamoni Finlayson

php hosts hostnames hosts file

26/02 2015

v1.0.0

1.0.0.0 https://github.com/lamoni/hostnameseek

A PHP class for dealing with hostnames

  Sources   Download

MIT

The Requires

  • php >= 5.4.16

 

by Lamoni Finlayson

php hosts hostnames hosts file