PHP 8.2.31
Preview: Serializable.php Size: 353 B
/proc/thread-self/root/opt/cpanel/ea-wappspector/vendor/laravel/serializable-closure/src/Contracts/Serializable.php

<?php

namespace Laravel\SerializableClosure\Contracts;

interface Serializable
{
    /**
     * Resolve the closure with the given arguments.
     *
     * @return mixed
     */
    public function __invoke();

    /**
     * Gets the closure that got serialized/unserialized.
     *
     * @return \Closure
     */
    public function getClosure();
}

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
353 B lrw-r--r-- 2026-04-16 14:03:50
Edit Download
388 B lrw-r--r-- 2026-04-16 14:03:50
Edit Download

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