Answers for "get if bowser supports webp php"

PHP
0

get if bowser supports webp php

if( strpos( $_SERVER['HTTP_ACCEPT'], 'image/webp' ) !== false ) {
    // webp is supported!
}
Posted by: Guest on April-02-2020

Browse Popular Code Answers by Language