PHP 8.3.30
Preview: StringPart.php Size: 482 B
/home/getspomw/itechservicellc.com/vendor/dompdf/dompdf/src/Css/Content/StringPart.php

<?php
namespace Dompdf\Css\Content;

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

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

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

    public function __toString(): string
    {
        return '"' . $this->string . '"';
    }
}

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).