Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F1136728
ResponseFormat.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
525 B
Subscribers
None
ResponseFormat.php
View Options
<?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
Details
Attached
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)
Attached To
rZED Zed
Event Timeline
Log In to Comment