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

File: Traceroute.php

Source Location: /Net_Traceroute-0.21.3/Traceroute.php

Classes:

Net_Traceroute
Wrapper class for traceroute calls
Net_Traceroute_Result
Container class for Net_Traceroute results

Page Details:

Net_Traceroute

Package for handling traceroute outputs

This package is an interface to the traceroute/tracert-tool most current OS offer. It parses the output into an easy-to-use array structure. Please note: The parsing is OS-dependepent! So if your OS is currently not supported, please let us know. (credit: Idea and API originally based upon package Net_Ping.)

PHP versions 4 and 5

LICENSE: This source file is subject to version 2.0 of the PHP license, that is bundled with this package in the file LICENSE, and is available at through the world-wide-web at http://www.php.net/license/2_02.txt. If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to license@php.net so we can mail you a copy immediately.

Includes:

require_once("OS/Guess.php") [line 45]
Class for determining the OS

Knowning the correct OS is really essential to choose the right parser.

require_once("PEAR.php") [line 38]
PEAR-base-class, needed for error-handling

NET_TRACEROUTE_CANT_LOCATE_TRACEROUTE_BINARY [line 56]

NET_TRACEROUTE_CANT_LOCATE_TRACEROUTE_BINARY = 3

[ Top ]



NET_TRACEROUTE_CANT_LOCATE_TRACEROUTE_BINARY_MSG [line 50]

NET_TRACEROUTE_CANT_LOCATE_TRACEROUTE_BINARY_MSG = 'unable to locate the traceroute binary'

[ Top ]



NET_TRACEROUTE_FAILED [line 53]

NET_TRACEROUTE_FAILED = 0

[ Top ]



NET_TRACEROUTE_FAILED_MSG [line 47]

NET_TRACEROUTE_FAILED_MSG = 'execution of traceroute failed'

[ Top ]



NET_TRACEROUTE_HOST_NOT_FOUND [line 54]

NET_TRACEROUTE_HOST_NOT_FOUND = 1

[ Top ]



NET_TRACEROUTE_HOST_NOT_FOUND_MSG [line 48]

NET_TRACEROUTE_HOST_NOT_FOUND_MSG = 'unknown host'

[ Top ]



NET_TRACEROUTE_INVALID_ARGUMENTS [line 55]

NET_TRACEROUTE_INVALID_ARGUMENTS = 2

[ Top ]



NET_TRACEROUTE_INVALID_ARGUMENTS_MSG [line 49]

NET_TRACEROUTE_INVALID_ARGUMENTS_MSG = 'invalid argument array'

[ Top ]



NET_TRACEROUTE_RESULT_UNSUPPORTED_BACKEND [line 57]

NET_TRACEROUTE_RESULT_UNSUPPORTED_BACKEND = 4

[ Top ]



NET_TRACEROUTE_RESULT_UNSUPPORTED_BACKEND_MSG [line 51]

NET_TRACEROUTE_RESULT_UNSUPPORTED_BACKEND_MSG = 'Backend not Supported'

[ Top ]



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