HH\serialize_with_options

namespace HH;

function serialize_with_options(
  mixed $value,
  dict<string, mixed> $options = dict [
],
): string;

Parameters

  • mixed $value
  • dict<string, mixed> $options = dict [ ]

Returns

  • string