>>52
そこってどこだ?こういうこと?

<?php
$option = array (
"src" => 'ここ',
"folder" => "folder/",
"size" => 120
);

var_dump($option['src']);
string(6) "ここ"