File "RequestArraySerialization.php"

Full Path: /home/capoeirajd/www/wp-content/plugins/wpforms-lite/vendor_prefixed/apimatic/core-interfaces/src/Core/Request/RequestArraySerialization.php
File size: 320 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace WPForms\Vendor\CoreInterfaces\Core\Request;

interface RequestArraySerialization
{
    public const INDEXED = "Indexed:&";
    public const UN_INDEXED = "UnIndexed:&";
    public const PLAIN = "Plain:&";
    public const CSV = "Csv:,";
    public const PSV = "Psv:|";
    public const TSV = "Tsv:\t";
}