list 썸네일형 리스트형 [ReactNative] components and apis https://facebook.github.io/react-native/docs/activityindicator.html ComponentsActivityIndicatorButtonDatePickerIOSDrawerLayoutAndroidFlatListImageKeyboardAvoidingViewListViewMaskedViewIOSModalNavigatorIOSPickerPickerIOSProgressBarAndroidProgressViewIOSRefreshControlScrollViewSectionListSegmentedControlIOSSliderSnapshotViewIOSStatusBarSwitchTabBarIOSTabBarIOS.ItemTextTextInputToolbarAndroidToucha.. 더보기 php_value 값 설정하기 apache 설정을 바꾸지 않더라도 .htaccess 파일을 사용한다면 여기에 설정을 넣어줄 수 있음. upload_max_filesize 이러한 변수들은 ini_set 함수를 사용해서 설정을 해줄수가 없음. http://php.net/manual/en/ini.list.php - ini 설정값들http://php.net/manual/en/configuration.changes.modes.php - 설정값 변경해줄 위치들 upload_max_filesize 값의 경우 PHP_INI_PERDIR 에 속하기 때문에"Entry can be set in php.ini, .htaccess, httpd.conf or .user.ini (since PHP 5.3)"php.ini .htaccess httpd.conf ... 더보기 [PHP] 주어진 날짜 형식 변환하기 list($year, $month, $day) = split("-", $date);$date = date('M d, Y', mktime(0, 0, 0, $month, $day, $year)); 더보기 이전 1 다음