Skip to content

Instantly share code, notes, and snippets.

View andrii-marushchak's full-sized avatar
🏠
Working from home

Andrii Marushchak andrii-marushchak

🏠
Working from home
  • Ukraine, Ivano-Frankivsk
View GitHub Profile
define('BROWSER_AVIF', strpos($_SERVER['HTTP_ACCEPT'], 'image/avif') !== false);
define('BROWSER_WEBP', strpos($_SERVER['HTTP_ACCEPT'], 'image/webp') !== false);
@andrii-marushchak
andrii-marushchak / timezones.php
Created September 19, 2020 23:06 — forked from kulbakin/timezones.php
Array of timezones where keys are PHP timezone names and values are human friendly timezone titles.
<?php
/**
* List of timezones
*/
return array(
'Pacific/Midway' => '(UTC-11:00) Midway',
'Pacific/Niue' => '(UTC-11:00) Niue',
'Pacific/Pago_Pago' => '(UTC-11:00) Pago Pago',
'America/Adak' => '(UTC-10:00) Adak',
'Pacific/Honolulu' => '(UTC-10:00) Honolulu',