Net_Nmap
[ class tree: Net_Nmap ] [ index: Net_Nmap ] [ all elements ]

Class: Net_Nmap_Stats

Source Location: /Net_Nmap-1.0.5/Net/Nmap/Stats.php

Class Overview


Nmap Stats object


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 54]
Nmap Stats object
  • Property: string $scanner: Name of Scanner which used
  • Property: string $args: Arguments used during the scan
  • Property: int $start: Timestamp of scan starting time
  • Property: int $version: Nmap binary versio
  • Property: int $finished: Timestamp of scan finished time
  • Property: int $hosts_up: Number of hosts which are up
  • Property: int $hosts_down: Number of hosts which are down
  • Property: int $hosts_total: Total of discovered hosts
  • Property: int $xmloutputversion: Output XML version
  • Author: Ibrahima Barry <ibrahima.br@gmail.com>
  • Link: http://pear.php.net/packages/Net_Nmap
  • Since: File available since Release 1.0.4
  • License: GNU/LGPL


[ Top ]


Method Detail

__get   [line 81]

mixed __get( string $key)

Overloading of the __get method
  • Return: The value of the object on success
  • Throws: Net_Nmap_Exception If trying to get an undefined properties.
  • Access: public

Parameters:

string   $key   —  The name of the variable that should be retrieved

[ Top ]

__set   [line 103]

mixed __set( string $key, mixed $value)

Overloading of the __set method
  • Return: True on success
  • Throws: Net_Nmap_Exception If trying to set an undefined properties.
  • Access: public

Parameters:

string   $key   —  The name of the properties that should be set
mixed   $value   —  parameter specifies the value that the object should set the $key

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:56:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.