Spatie\CookieConsent\CookieConsentMiddleware::getLastClosingBodyTagPosition PHP Method

getLastClosingBodyTagPosition() protected method

protected getLastClosingBodyTagPosition ( string $content = '' ) : integer | boolean
$content string
return integer | boolean
    protected function getLastClosingBodyTagPosition($content = '')
    {
        return strripos($content, '</body>');
    }