StructuredText deprecated
class StructuredText (View source)
deprecated
Structured syntax text utility
Constants
| FORMAT_INI |
IIN file format |
| FORMAT_JSON |
JSON |
| FORMAT_URL_ENCODED |
URL encoded data |
| FORMAT_XML |
XML DOM |
| FORMAT_YAML |
YAML document |
| STRUCTURED_SYNTAX_SUFFIX_PATTERN |
RFC 6838 Media type structured syntax suffix pattern. |
Methods
static array
parseFile(string $filename, string|null $mediaType = null)
No description
static mixed
parseText(string $text, string $format)
No description
static string|false
mediaTypeFormat(string $mediaType)
Find the structured text format from the given media type.
static array|string|false
formatMediaType(string $format, boolean $allAlternatives = false)
No description
Details
at line 65
static array
parseFile(string $filename, string|null $mediaType = null)
at line 154
static mixed
parseText(string $text, string $format)
at line 178
static string|false
mediaTypeFormat(string $mediaType)
Find the structured text format from the given media type.