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

Class: Net_Nmap_Service

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

Class Overview


Service object


Author(s):

Copyright:

  • 2008 Luca Corbo

Methods


Inherited Variables

Inherited Methods


Class Details

[line 51]
Service object
  • Property: string $protocol: The protocol type of the service.
  • Property: int $port: The port number where the service is running on.
  • Property: string $name: The name of the service.
  • Property: string $product: The product information of the service.
  • Property: string $version: The version of the product running as service.
  • Property: string $extrainfo: The additional information about the product running as service.
  • Author: Luca Corbo <lucor@ortro.net>
  • Copyright: 2008 Luca Corbo
  • Link: http://www.ortro.net
  • License: GNU/LGPL


[ Top ]


Method Detail

__get   [line 73]

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 95]

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.