Inline

Inline

class Inline

Inline implements a YAML parser/dumper for the YAML inline syntax.

Constants

REGEX_QUOTED_STRING

Properties

static $parsedLineNumber

Methods

static mixed parse(string $value, int $flags, array $references = array())

Converts a YAML string to a PHP value.

static string dump(mixed $value, int $flags)

Dumps a given PHP variable to a YAML string.

static bool isHash(array|登录查看完整内容