Drupal.org
Developing for Drupal
Report a bug
Home
IS_WINDOWS
Definition
includes/file.inc
Code
<?php
define
(
'IS_WINDOWS'
,
substr
(
PHP_OS
,
0
,
3
) ==
'WIN'
);
?>
Search Drupal 4.6
Function, file, or topic:
*
Drupal 4.6
Constants
Files
Functions
Globals
Topics