|
|
13 年之前 | |
|---|---|---|
| .. | ||
| Exception | 13 年之前 | |
| Dumper.php | 14 年之前 | |
| Escaper.php | 14 年之前 | |
| Inline.php | 14 年之前 | |
| Parser.php | 13 年之前 | |
| README.md | 14 年之前 | |
| Unescaper.php | 14 年之前 | |
| Yaml.php | 13 年之前 | |
| composer.json | 13 年之前 | |
YAML implements most of the YAML 1.2 specification.
use Symfony\Component\Yaml\Yaml;
$array = Yaml::parse($file);
print Yaml::dump($array);
Unit tests:
https://github.com/symfony/symfony/tree/master/tests/Symfony/Tests/Component/Yaml