PHP 8.0.30
Preview: UploadedFileFactoryInterface.php Size: 1.09 KB
/home/certprox/template.certproxywizard.com/wp-includes/php-ai-client/third-party/Psr/Http/Message/UploadedFileFactoryInterface.php

<?php

namespace WordPress\AiClientDependencies\Psr\Http\Message;

interface UploadedFileFactoryInterface
{
    /**
     * Create a new uploaded file.
     *
     * If a size is not provided it will be determined by checking the size of
     * the file.
     *
     * @see http://php.net/manual/features.file-upload.post-method.php
     * @see http://php.net/manual/features.file-upload.errors.php
     *
     * @param StreamInterface $stream Underlying stream representing the
     *     uploaded file content.
     * @param int|null $size in bytes
     * @param int $error PHP file upload error
     * @param string|null $clientFilename Filename as provided by the client, if any.
     * @param string|null $clientMediaType Media type as provided by the client, if any.
     *
     * @return UploadedFileInterface
     *
     * @throws \InvalidArgumentException If the file resource is not readable.
     */
    public function createUploadedFile(StreamInterface $stream, ?int $size = null, int $error = \UPLOAD_ERR_OK, ?string $clientFilename = null, ?string $clientMediaType = null): UploadedFileInterface;
}

Directory Contents

Dirs: 0 × Files: 14

Name Size Perms Modified Actions
5.21 KB lrw-r--r-- 2026-07-01 08:20:29
Edit Download
6.96 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
530 B lrw-r--r-- 2026-02-20 06:42:48
Edit Download
4.83 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
577 B lrw-r--r-- 2026-02-20 06:42:48
Edit Download
2.60 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
958 B lrw-r--r-- 2026-02-20 06:42:48
Edit Download
10.08 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
1.41 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
4.76 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
1.09 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
4.65 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download
356 B lrw-r--r-- 2026-02-20 06:42:48
Edit Download
12.55 KB lrw-r--r-- 2026-02-20 06:42:48
Edit Download

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