Skip to content

Instantly share code, notes, and snippets.

@aklump
Created August 22, 2025 19:47
Show Gist options
  • Save aklump/ad1e47b63f7a98e4f966b2bfddcd297f to your computer and use it in GitHub Desktop.
Save aklump/ad1e47b63f7a98e4f966b2bfddcd297f to your computer and use it in GitHub Desktop.
Detect if Windows
(defined('PHP_OS_FAMILY') && PHP_OS_FAMILY === 'Windows')
|| strtoupper(substr(PHP_OS, 0, 3)) === 'WIN';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment