Class we_util_Sys_Php

Description

Class to check php settings

Located in /util/Sys/Php.php (line 35)


	
			
Method Summary
static boolean extension ([ $ext = ""])
static value ini ([ $var = ""])
static String version ()
static void versionCompare ([ $version = ""], [string $operator = ""], int $reference)
Methods
static method extension (line 66)

checks if a given php extension is loaded

  • access: public
static boolean extension ([ $ext = ""])
  • $ext
static method ini (line 78)

checks if a given ini-variable is available and returns its value

  • return: of the requested php.ini variable returns (bool)true if value is "1", "On" or "true" returns (bool)false if value is "0", "Off" or "false"
  • access: public
static value ini ([ $var = ""])
  • $var
static method version (line 42)

get php version

  • return: phpversion string without any manufacturer-part (i.e. set on ubuntu)
  • access: public
static String version ()
static method versionCompare (line 55)

compares specified PHP version with the currently installed webEdition version

static void versionCompare ([ $version = ""], [string $operator = ""], int $reference)
  • int $reference: target version to be compared to current webEdition version
  • string $operator
  • $version

Documentation generated on Mon, 01 Sep 2008 11:35:42 +0200 by phpDocumentor 1.4.0