Sin descripción

sunhao fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
..
Exception fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Tests fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
.gitignore fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
CHANGELOG.md fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Dumper.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Escaper.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Inline.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
LICENSE fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Parser.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
README.md fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Unescaper.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
Yaml.php fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
composer.json fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años
phpunit.xml.dist fe08a6fbcc 初始 %!s(int64=5) %!d(string=hace) años

README.md

Yaml Component

YAML implements most of the YAML 1.2 specification.

use Symfony\Component\Yaml\Yaml;

$array = Yaml::parse(file_get_contents(filename));

print Yaml::dump($array);

Resources

You can run the unit tests with the following command:

$ cd path/to/Symfony/Component/Yaml/
$ composer.phar install
$ phpunit