PHP 8.3.31
Preview: Url.php Size: 488 B
/home/getspomw/itechservicellc.com/vendor/dompdf/dompdf/src/Css/Content/Url.php

<?php
namespace Dompdf\Css\Content;

final class Url extends ContentPart
{
    /**
     * @var string
     */
    public $url;

    public function __construct(string $url)
    {
        $this->url = $url;
    }

    public function equals(ContentPart $other): bool
    {
        return $other instanceof self
            && $other->url === $this->url;
    }

    public function __toString(): string
    {
        return "url(\"" . str_replace("\"", "\\\"", $this->url) . "\")";
    }
}

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
493 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
167 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
167 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
625 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
799 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
172 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
170 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
165 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
482 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download
488 B lrw-r--r-- 2025-10-28 20:22:00
Edit Download

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