Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
forbidals
/
wp-content
/
plugins
/
wpforms-lite
/
vendor_prefixed
/
apimatic
/
core-interfaces
/
src
/
Core
/
Request
:
RequestArraySerialization.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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"; }