Page MenuHomeCode

ResponseFormat.php
No OneTemporary

ResponseFormat.php

<?php
declare(strict_types=1);
namespace Zed\Engines\API\Format;
enum ResponseFormat : string {
/**
* Information about a variable in a way that's readable by humans
*/
case Preview = "preview";
/**
* PHP serialization
*/
case PHP = "php";
/**
* JSON payload
*/
case JSON = "json";
/**
* XML payload
*/
case XML = "xml";
/**
* A text representation.
*
* Useful only for scalar information.
*/
case String = "string";
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Jul 10, 23:19 (4 w, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
21312
Default Alt Text
ResponseFormat.php (525 B)

Event Timeline