Spyc is a simple YAML loader/dumper class for PHP. It can be used to load YAML files into PHP data structures or to dump PHP arrays to simple YAML. For more on YAML, see www.yaml.org.
PHP 用 YAML パーサ spyc の結果をキャッシュする方法 2006-03-17-2: [PHP] <?php class CacheYAML { var $cache_dir; var $filename; var $cache_filename; function CacheYAML($cache_dir, $filename) { $this->cache_dir = $cache_dir; $this->filename = $filename; $this->cache_filename = $cache_dir . DIRECTORY_SEPARATOR . md5($filename); } function getData() { return $this->isCached() ? $this->load() : $this->store(); } functio
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く