PHP Class Nette\Neon\Encoder

Mostrar archivo 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