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

Class: OS_Guess

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

Class Overview


Retrieves information about the current operating system


Author(s):

Version:

  • Release: 1.10.12

Copyright:

  • 1997-2009 The Authors

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 93]
Retrieves information about the current operating system

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



[ Top ]


Class Variables

$cpu =

[line 97]


Type:   mixed


[ Top ]

$extra =

[line 99]


Type:   mixed


[ Top ]

$nodename =

[line 96]


Type:   mixed


[ Top ]

$release =

[line 98]


Type:   mixed


[ Top ]

$sysname =

[line 95]


Type:   mixed


[ Top ]



Method Detail

__construct (Constructor)   [line 101]

OS_Guess __construct( [ $uname = null])


Parameters:

   $uname   — 

[ Top ]

getCpu   [line 293]

void getCpu( )


[ Top ]

getExtra   [line 303]

void getExtra( )


[ Top ]

getNodename   [line 288]

void getNodename( )


[ Top ]

getRelease   [line 298]

void getRelease( )


[ Top ]

getSignature   [line 275]

void getSignature( )


[ Top ]

getSysname   [line 283]

void getSysname( )


[ Top ]

matchSignature   [line 308]

void matchSignature( $match)


Parameters:

   $match   — 

[ Top ]

parseSignature   [line 110]

void parseSignature( [ $uname = null])


Parameters:

   $uname   — 

[ Top ]


Documentation generated on Sun, 19 Apr 2020 14:22:13 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.