芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/shimoda/vendor/fguillot/picofeed/lib/PicoFeed/Config/Config.php
container[$parameter] = $arguments[0]; return $this; } elseif ($prefix === 'get') { $default_value = isset($arguments[0]) ? $arguments[0] : null; return isset($this->container[$parameter]) ? $this->container[$parameter] : $default_value; } return null; } }