Home
last modified time | relevance | path

Searched refs:no_opening_dashes (Results 1 – 1 of 1) sorted by relevance

/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php217 * @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… argument
221 return $spyc->dump($array, $indent, $wordwrap, $no_opening_dashes);
245 public function dump($array,$indent = false,$wordwrap = false, $no_opening_dashes = false) { argument
264 if (!$no_opening_dashes) $string = "---\n";