Eno\Section » raw

raw() → array

Retrieve a native PHP associative array representation of the section.

enocolor: blue
php$document = Parser::parse($input);

$document->raw();  // returns [[ 'color' => 'blue' ]]

Return value

An array of elements (also returned in their raw representation).