php return array ( 'key' => 'value' 'key2' => 'value' ); ?> I want to load this array from another file and store it in a variable. I tried to do ...
確定! 回上一頁