Path

ez components / documentation / api reference / 2008.1beta1 / system


eZ Components 2008.1beta1

SystemInformation

[ Tutorial ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Element index for package SystemInformation

[ a ] [ c ] [ e ] [ g ] [ i ] [ m ] [ n ] [ p ] [ r ] [ u ] [ v ] [ _ ]

_

__construct : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::__construct()
    Constructs ezcSystemInfoReader object and fill it with system information.
__construct : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::__construct()
    Constructs ezcSystemInfoReader object and fill it with system information.
__construct : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::__construct()
    Constructs ezcSystemInfoReader object and fill it with system information.
__construct : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::__construct()
    Constructs ezcSystemInfoReader object and fill it with system information.
__construct : ezcSystemInfoReaderCantScanOSException
in file cant_scan.php, method ezcSystemInfoReaderCantScanOSException::__construct()
    Construct a reader can't scan OS exception.
__construct : ezcSystemInfoAccelerator
in file accelerator_info.php, method ezcSystemInfoAccelerator::__construct()
    Initialize all structure fields with values.

a

accelerator_info.php
procedural page accelerator_info.php

c

$cpuCount : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuCount : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuCount : ezcSystemInfoMacReader
in file info_mac.php, variable ezcSystemInfoMacReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuCount : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuCount
    Contains the amount of CPUs in system.
$cpuSpeed : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuSpeed
    Contains the speed of each CPU in MHz.
$cpuSpeed : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuSpeed
    Contains the speed of each CPU in MHz.
$cpuSpeed : ezcSystemInfoMacReader
in file info_mac.php, variable ezcSystemInfoMacReader::$cpuSpeed
    Contains the speed of each CPU in MHz.
$cpuSpeed : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuSpeed
    Contains the speed of CPU in MHz for each CPU in system.
$cpuType : ezcSystemInfoMacReader
in file info_mac.php, variable ezcSystemInfoMacReader::$cpuType
    Contains the strings that represent type of CPU, for each CPU in sysytem. Type is taken directly from the OS and can vary a lot.
$cpuType : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$cpuType
    Contains the type of CPU for each CPU in system, the type is taken directly from the OS and can vary a lot.
$cpuType : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$cpuType
    Contains the strings that represent type of CPU, for each CPU in sysytem. Type is taken directly from the OS and can vary a lot.
$cpuType : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$cpuType
    Contains the strings that represent type of CPU, for each CPU in sysytem. Type is taken directly from the OS and can vary a lot.
cpuSpeed : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::cpuSpeed()
    Returns string with CPU speed.
cpuSpeed : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::cpuSpeed()
    Returns CPU speed
cpuSpeed : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::cpuSpeed()
    Returns string with CPU speed.
cpuSpeed : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::cpuSpeed()
    Returns string with CPU speed.
cpuSpeed : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::cpuSpeed()
    Returns string with CPU speed.
cpuType : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::cpuType()
    Returns string with CPU type.
cpuType : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::cpuType()
    Returns string with CPU type.
cant_scan.php
procedural page cant_scan.php

e

ezcSystemInfo
in file info.php, class ezcSystemInfo
    Provides access to common system variables.
ezcSystemInfoAccelerator
in file accelerator_info.php, class ezcSystemInfoAccelerator
    A container to store information about a PHP accelerator.
ezcSystemInfoFreeBsdReader
in file info_freebsd.php, class ezcSystemInfoFreeBsdReader
    Provide functionality to read system information from FreeBSD systems.
ezcSystemInfoLinuxReader
in file info_linux.php, class ezcSystemInfoLinuxReader
    Provide functionality to read system information from Linux systems.
ezcSystemInfoMacReader
in file info_mac.php, class ezcSystemInfoMacReader
    Provide functionality to read system information from Mac OS X systems.
ezcSystemInfoReader
in file info_reader.php, class ezcSystemInfoReader
    The ezcSystemInfoReader represents common interface of OS info reader.
ezcSystemInfoReaderCantScanOSException
in file cant_scan.php, class ezcSystemInfoReaderCantScanOSException
    Reader can't scan OS for system values exception.
ezcSystemInfoWindowsReader
in file info_windows.php, class ezcSystemInfoWindowsReader
    Provide functionality to read system information from Windows systems.

g

getCpuCount : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::getCpuCount()
    Returns number of CPUs in system.
getCpuCount : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::getCpuCount()
    Returns count of CPUs in system.
getCpuCount : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::getCpuCount()
    Returns count of CPUs in system.
getCpuCount : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::getCpuCount()
    Returns count of CPUs in system.
getCpuCount : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::getCpuCount()
    Returns count of CPUs in system.
getInstance : ezcSystemInfo
in file info.php, method ezcSystemInfo::getInstance()
    Returns the single instance of the ezcSystemInfo class.

i

$isEnabled : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$isEnabled
    Flag that informs if PHP accelerator enabled or not.
isShellExecution : ezcSystemInfo
in file info.php, method ezcSystemInfo::isShellExecution()
    Determines if the script was executed over the web or the shell/command line.
isValid : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
isValid : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::isValid()
    Returns true if the property $propertyName holds a valid value and false otherwise.
info.php
procedural page info.php
info_reader.php
procedural page info_reader.php
info_freebsd.php
procedural page info_freebsd.php
info_linux.php
procedural page info_linux.php
info_mac.php
procedural page info_mac.php
info_windows.php
procedural page info_windows.php

m

$memorySize : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$memorySize : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$memorySize : ezcSystemInfoMacReader
in file info_mac.php, variable ezcSystemInfoMacReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
$memorySize : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$memorySize
    Contains the amount of system memory the OS has, the value is in bytes.
memorySize : ezcSystemInfoWindowsReader
in file info_windows.php, method ezcSystemInfoWindowsReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, method ezcSystemInfoFreeBsdReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoMacReader
in file info_mac.php, method ezcSystemInfoMacReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoLinuxReader
in file info_linux.php, method ezcSystemInfoLinuxReader::memorySize()
    Returns memory size in bytes.
memorySize : ezcSystemInfoReader
in file info_reader.php, method ezcSystemInfoReader::memorySize()
    Returns memory size in bytes.

n

$name : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$name
    Name of PHP accelerator.

p

phpAccelerator : ezcSystemInfo
in file info.php, method ezcSystemInfo::phpAccelerator()
    Detects if a PHP accelerator is running and what type it is.
phpVersion : ezcSystemInfo
in file info.php, method ezcSystemInfo::phpVersion()
    Returns the PHP version as an array with the version elements.

r

$readerName : ezcSystemInfoWindowsReader
in file info_windows.php, variable ezcSystemInfoWindowsReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readerName : ezcSystemInfoMacReader
in file info_mac.php, variable ezcSystemInfoMacReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readerName : ezcSystemInfoLinuxReader
in file info_linux.php, variable ezcSystemInfoLinuxReader::$readerName
    Contains string that represents reader in messages and exceptions.
$readerName : ezcSystemInfoFreeBsdReader
in file info_freebsd.php, variable ezcSystemInfoFreeBsdReader::$readerName
    Contains string that represents reader in messages and exceptions.

u

$url : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$url
    URL of the site of PHP accelerator developer.

v

$versionInt : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$versionInt
    PHP accelerator version number.
$versionString : ezcSystemInfoAccelerator
in file accelerator_info.php, variable ezcSystemInfoAccelerator::$versionString
    PHP accelerator version number as a string.
Last updated: Tue, 27 May 2008