Re: [PHP-ES] Identificar sistema.
by Mariano Guezuraga other posts by this author
Nov 28 2006 1:01PM messages near this date
Re: [PHP-ES] Identificar sistema.
|
[PHP-ES] Usar librerías dinámicas
2006/11/28, Micro Mega Dust <micromegadust@[...].com> :
>
> > Quisiera preguntar a la gente de la lista, que es lo que usan para
> > identificar si php est� instalado en un linux o en windows.
>
> Puedes consultar la constante PHP_OS. En mi Windows XP devuelve WINNT.
>
> --
> PHP Spanish Localization Talk Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
A nivel "visual" podes usar:
<?php
echo phpinfo();
?>
que te dice muchas cosas �tiles tambi�n.
Thread:
Pablo Braulio
Pablo Braulio
Micro Mega Dust
Mariano Guezuraga
|