This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
function shmop_close() is deprecated and generate warning
This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.
use shmop_close() only on version <8 should work
if(PHP_MAJOR_VERSION < 8) { shmop_close(....); }
function shmop_close() is deprecated and generate warning
This function has no effect. Prior to PHP 8.0.0, this function was used to close the resource.
use shmop_close() only on version <8 should work
if(PHP_MAJOR_VERSION < 8) { shmop_close(....); }