PHP 8.2.32
Preview: URICast.php Size: 517 B
/home/ecopackply/www/system/Entity/Cast/URICast.php

<?php

declare(strict_types=1);

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

namespace CodeIgniter\Entity\Cast;

use CodeIgniter\HTTP\URI;

class URICast extends BaseCast
{
    public static function get($value, array $params = []): URI
    {
        return $value instanceof URI ? $value : new URI($value);
    }
}

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
728 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
556 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
460 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
1.19 KB lrw-r--r-- 2026-01-27 08:07:40
Edit Download
581 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
1001 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
460 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
724 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
458 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
1.57 KB lrw-r--r-- 2026-01-27 08:07:40
Edit Download
463 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
463 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
635 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download
517 B lrw-r--r-- 2026-01-27 08:07:40
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).