Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion neon/en/@home.texy
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vendor/bin/neon-lint <path>
```


encode(mixed $value, bool $blockMode=false): string .[method]
encode(mixed $value, bool $blockMode=false, string $indentation = "\t"): string .[method]
-------------------------------------------------------------

Returns `$value` converted to NEON. As the parameter `$blockMode` you can pass true, which will create multiline output. The parameter `$indentation` specifies the characters used for indentation (default is tab).
Expand Down