Join Up!
96823 members and counting!

 
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links 
search for in the  
previousposix_ttynamePostgreSQLnext
Last updated: Tue, 29 Oct 2002
view the printer friendly version or the printer friendly version with notes or change language to Czech | German

posix_uname

(PHP 3>= 3.0.10, PHP 4 )

posix_uname -- Consigue el nombre del sistema

Descripción

array posix_uname ( void )

Devuelve un hash de cadenas con información sobre el sistema. Los índices del hash son

  • sysname - nombre del sistema operativo (e.g. Linux)

  • nodename - nombre del sistema (e.g. valiant)

  • release - release del sistema operativo (e.g. 2.2.10)

  • version - versión del sistema operativo (e.g. #4 Tue Jul 20 17:01:36 MEST 1999)

  • machine - arquitectura del sistema (e.g. i586)

Posix requiere que usted no debe hacer ninguna suposición sobre el formato de los valores, por ejemplo usted no puede confiar en los tres dígitos de la version o cualquier cosa devuelta por esta función.

User Contributed Notes
posix_uname
add a note about notes
There are no user contributed notes for this page.
previousposix_ttynamePostgreSQLnext
Last updated: Tue, 29 Oct 2002
Copyright © 2001, 2002 The PHP Group
All rights reserved.
This mirror generously provided by: http://phpbuilder.com/
Last updated: Thu Oct 31 18:34:28 2002 EST