Skip to main content

php_var_export

Function php_var_export 

Source
pub fn php_var_export(v: &Value, indent: usize) -> String
Expand description

var_export($value, true) for a JSON-decoded value (json_decode(…, true): objects are arrays), with PHP’s two-space nesting.