PEAR_Dependency::checkOS

PEAR_Dependency::checkOS() – Comprueba dependencias del Sistema Operativo

Synopsis

require_once 'PEAR/Dependency.php';

mixed PEAR_Dependency::checkOS ( string &$errmsg , string $os )

Description

Método de comprobación de dependencias del Sistema Operativo

Parameter

string &$errmsg

esta variable contendrá un mensaje de error, si la comprobación falla

string $os

Nombre del sistema operativo

Return value

mixed - FALSE si la dependencia puede ser resuelta satisfactoriamente(!); o una constante PEAR_DEPENDENCY_* en caso de dependencia sin resolver.

Note

This function can not be called statically.

Comprueba dependencias de Extensión (Previous) Comprueba dependencias del Paquete (Next)
Last updated: Sat, 18 May 2013 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.