★ wanayoo — archive 1999 http://fr.php.net/manual/kr/function.php-uname.phpNouvelle recherche | Portail wanayoo

PHP Home Page

Manual Table of Contents
Up to PHP options/info
Quick Reference
English version of this pageGerman version of this page is not availableJapanese version of this page
Italian version of this pageFrench version of this pageHungarian version of this page is not available
Spanish version of this page is not availableDutch version of this pageBrazilian Portuguese version of this page
Korean version of this pageCzech version of this page
PHP options/info
* assert
* assert_options
* extension_loaded
* dl
* getenv
* get_cfg_var
* get_current_user
* get_magic_quotes_gpc
* get_magic_quotes_runtime
* getlastmod
* getmyinode
* getmypid
* getmyuid
* getrusage
* ini_alter
* ini_get
* ini_restore
* ini_set
* phpcredits
* phpinfo
* phpversion
* php_logo_guid
* php_sapi_name
* php_uname
* putenv
* set_magic_quotes_runtime
* set_time_limit
* zend_logo_guid
* get_loaded_extensions
* get_extension_funcs
* get_required_files
* get_included_files

  Thanks to:
 Chek.com
 easyDNS
 VA Linux Systems

  Related sites:
Apache
MySQL
PostgreSQL
Zend Tech.

  Community:
LinuxFund.org
OSDN
Manual: php_uname
View the source code for this pageSearch the site



Previous page
 php_sapi_name
 Updated
Mon, 22 Jan 2001
putenv 
Next page


php_uname

(PHP 4 >= 4.0.2)

php_uname — Returns information about the operating system PHP was built on

Description

string php_uname(void);

php_uname() returns a string with a description of the operating system PHP is built on.

Example 1. php_uname() Example


if (substr(php_uname(), 0, 7) == "Windows") {
  die("Sorry, this script doesn't run on Windows.\n");
}
			


 About Notes


Previous page
 php_sapi_name
 Updated
Mon, 22 Jan 2001
putenv 
Next page





Who's responsible for this?
Top of this page

Site
Hosting:



Located in
France
Elements of this website are subject to copyright.
Questions about installing or using PHP should be directed to one of the mailing lists.
Only questions about the website should be directed to webmaster@php.net.