Searched refs:no_opening_dashes (Results 1 – 1 of 1) sorted by relevance
217 * @param bool $no_opening_dashes Do not start YAML file with "---\n"219 …public static function YAMLDump($array, $indent = false, $wordwrap = false, $no_opening_dashes = f… argument221 return $spyc->dump($array, $indent, $wordwrap, $no_opening_dashes);245 public function dump($array,$indent = false,$wordwrap = false, $no_opening_dashes = false) { argument264 if (!$no_opening_dashes) $string = "---\n";