Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
symfony1のyamlファイルで空の配列を設定するにはどうすればよいですか?
# app.yml all: test: example: // empty array here
だから私が
<?php echo sfConfig::get('app_test_example');?>
戻りますarray();
array();
試す
# app.yml all: test: example: []