PHP Class Nette\Neon\Encoder

Show file Open project: nette/neon Class Usage Examples

Public Methods

Method Description
encode ( $var, $options = NULL ) : string Returns the NEON representation of a value.

Method Details

encode() public method

Returns the NEON representation of a value.
public encode ( $var, $options = NULL ) : string
return string