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

Class: OS_Guess

Source Location: /PEAR-1.6.2/OS/Guess.php

Class Overview


Retrieves information about the current operating system


Author(s):

Version:

  • Release: 1.6.2

Copyright:

  • 1997-2005 The PHP Group

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 100]
Retrieves information about the current operating system

This class uses php_uname() to grok information about the current OS



[ Top ]


Class Variables

$cpu =

[line 104]


Type:   mixed


[ Top ]

$extra =

[line 106]


Type:   mixed


[ Top ]

$nodename =

[line 103]


Type:   mixed


[ Top ]

$release =

[line 105]


Type:   mixed


[ Top ]

$sysname =

[line 102]


Type:   mixed


[ Top ]



Method Detail

OS_Guess (Constructor)   [line 108]

OS_Guess OS_Guess( [ $uname = null])


Parameters:

   $uname   — 

[ Top ]

getCpu   [line 289]

void getCpu( )


[ Top ]

getExtra   [line 299]

void getExtra( )


[ Top ]

getNodename   [line 284]

void getNodename( )


[ Top ]

getRelease   [line 294]

void getRelease( )


[ Top ]

getSignature   [line 271]

void getSignature( )


[ Top ]

getSysname   [line 279]

void getSysname( )


[ Top ]

matchSignature   [line 304]

void matchSignature( $match)


Parameters:

   $match   — 

[ Top ]

parseSignature   [line 117]

void parseSignature( [ $uname = null])


Parameters:

   $uname   — 

[ Top ]


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