File manager - Edit - /var/www/payraty/lms_main/vendor/intervention/image/src/Intervention/Image/Gd/Commands/InterlaceCommand.php
Back
<?php namespace Intervention\Image\Gd\Commands; use Intervention\Image\Commands\AbstractCommand; class InterlaceCommand extends AbstractCommand { /** * Toggles interlaced encoding mode * * @param \Intervention\Image\Image $image * @return boolean */ public function execute($image) { $mode = $this->argument(0)->type('bool')->value(true); imageinterlace($image->getCore(), $mode); return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings