add usage

This commit is contained in:
3x0k1d 2025-05-05 08:38:04 +03:00
parent 3ce96be208
commit 29fd94ef52

View File

@ -4,7 +4,7 @@ include("baseModule.php");
$checker = new BaseModule(
"imagick",
"Igbinary is a drop in replacement for the standard PHP serializer. Instead of the time and space consuming textual representation used by PHP\'s serialize(), igbinary stores PHP data structures in a compact binary form. Memory savings are significant when using memcached, APCu, or similar memory based storages for serialized data. The typical reduction in storage requirements are around 50%. The exact percentage depends on the data.",
"");
"Uuses the Imagick extension to load an existing image (input.jpg), apply visual effects such as blur and color modulation, and save the processed image as output.png. The resulting image is then displayed at the bottom of the web page.");
$checker->printInfo();
$pathToImage = "/home/u525748/php84test.ff14wiki.ru/www/styles/bebs.png";