Dapatkan jika Bowser mendukung Webp PHP

if( strpos( $_SERVER['HTTP_ACCEPT'], 'image/webp' ) !== false ) {
    // webp is supported!
}
Amused Ant