Zend\Diactoros\UploadedFile::getClientFilename PHP Method

getClientFilename() public method

public getClientFilename ( ) : string | null
return string | null The filename sent by the client or null if none was provided.
    public function getClientFilename()
    {
        return $this->clientFilename;
    }