获取同步模式
string Core_File::sync_mode( )
string
protected static function sync_mode() { $mode = Core::config('file_sync_mode'); if (null===$mode)$mode = 'default'; return $mode; }