Current Path: > home > codekrsu > > cuddlebuds.lk > wp-content > plugins > image-optimization > classes
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
async-operation | Directory | - | - | |
client | Directory | - | - | |
exceptions | Directory | - | - | |
file-system | Directory | - | - | |
image | Directory | - | - | |
migration | Directory | - | - | |
rest | Directory | - | - | |
basic-enum.php | File | 699 bytes | February 06 2024 19:05:42. | |
error_log | File | 250 bytes | June 22 2025 18:29:39. | |
file-utils.php | File | 2592 bytes | February 06 2024 19:05:42. | |
locale.php | File | 577 bytes | February 06 2024 19:05:42. | |
logger.php | File | 877 bytes | February 06 2024 19:05:42. | |
module-base.php | File | 7270 bytes | March 05 2024 17:32:40. | |
route.php | File | 11330 bytes | February 06 2024 19:05:42. | |
utils.php | File | 3207 bytes | October 01 2024 15:04:24. |
<?php namespace ImageOptimization\Classes; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } class Locale { private $original_locale; public function set_utf_locale( int $category = LC_CTYPE ) { setlocale( $category, 'en_US.UTF-8' ); } public function get_locale( int $category = LC_CTYPE ) { return setlocale( $category, 0 ); } public function reset_to_original( int $category = LC_CTYPE ) { return setlocale( $category, $this->original_locale ); } public function __construct() { $this->original_locale = $this->get_locale(); } }
SILENT KILLER Tool