| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | <?php | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | /** | 
					
						
							|  |  |  |  * CodeIgniter | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  |  * An open source application development framework for PHP | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  |  * | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  |  * This content is released under the MIT License (MIT) | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											2021-11-07 03:05:55 +08:00
										 |  |  |  * Copyright (c) 2014 - 2019, British Columbia Institute of Technology | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Permission is hereby granted, free of charge, to any person obtaining a copy | 
					
						
							|  |  |  |  * of this software and associated documentation files (the "Software"), to deal | 
					
						
							|  |  |  |  * in the Software without restriction, including without limitation the rights | 
					
						
							|  |  |  |  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | 
					
						
							|  |  |  |  * copies of the Software, and to permit persons to whom the Software is | 
					
						
							|  |  |  |  * furnished to do so, subject to the following conditions: | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * The above copyright notice and this permission notice shall be included in | 
					
						
							|  |  |  |  * all copies or substantial portions of the Software. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 
					
						
							|  |  |  |  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | 
					
						
							|  |  |  |  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | 
					
						
							|  |  |  |  * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | 
					
						
							|  |  |  |  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 
					
						
							|  |  |  |  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | 
					
						
							|  |  |  |  * THE SOFTWARE. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @package	CodeIgniter | 
					
						
							|  |  |  |  * @author	EllisLab Dev Team | 
					
						
							|  |  |  |  * @copyright	Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/) | 
					
						
							| 
									
										
										
										
											2021-11-07 03:05:55 +08:00
										 |  |  |  * @copyright	Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/) | 
					
						
							|  |  |  |  * @license	https://opensource.org/licenses/MIT	MIT License | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  |  * @link	https://codeigniter.com | 
					
						
							|  |  |  |  * @since	Version 1.0.0 | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  |  * @filesource | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | defined('BASEPATH') OR exit('No direct script access allowed'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | /** | 
					
						
							|  |  |  |  * CodeIgniter Date Helpers | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * @package		CodeIgniter | 
					
						
							|  |  |  |  * @subpackage	Helpers | 
					
						
							|  |  |  |  * @category	Helpers | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  |  * @author		EllisLab Dev Team | 
					
						
							| 
									
										
										
										
											2021-11-07 03:05:55 +08:00
										 |  |  |  * @link		https://codeigniter.com/userguide3/helpers/date_helper.html | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('now')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Get "now" time | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Returns time() based on the timezone parameter or on the | 
					
						
							|  |  |  | 	 * "time_reference" setting | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	string | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	function now($timezone = NULL) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (empty($timezone)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$timezone = config_item('time_reference'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if ($timezone === 'local' OR $timezone === date_default_timezone_get()) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			return time(); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		$datetime = new DateTime('now', new DateTimeZone($timezone)); | 
					
						
							|  |  |  | 		sscanf($datetime->format('j-n-Y G:i:s'), '%d-%d-%d %d:%d:%d', $day, $month, $year, $hour, $minute, $second); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return mktime($hour, $minute, $second, $month, $day, $year); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('mdate')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Convert MySQL Style Datecodes | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * This function is identical to PHPs date() function, | 
					
						
							|  |  |  | 	 * except that it allows date codes to be formatted using | 
					
						
							|  |  |  | 	 * the MySQL style, where each code letter is preceded | 
					
						
							|  |  |  | 	 * with a percent sign:  %Y %m %d etc... | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * The benefit of doing dates this way is that you don't | 
					
						
							|  |  |  | 	 * have to worry about escaping your text letters that | 
					
						
							|  |  |  | 	 * match the date codes. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	string | 
					
						
							|  |  |  | 	 * @param	int | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function mdate($datestr = '', $time = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($datestr === '') | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			return ''; | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 		elseif (empty($time)) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			$time = now(); | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$datestr = str_replace( | 
					
						
							|  |  |  | 			'%\\', | 
					
						
							|  |  |  | 			'', | 
					
						
							|  |  |  | 			preg_replace('/([a-z]+?){1}/i', '\\\\\\1', $datestr) | 
					
						
							|  |  |  | 		); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		return date($datestr, $time); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('timespan')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Timespan | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Returns a span of seconds in this format: | 
					
						
							|  |  |  | 	 *	10 days 14 hours 36 minutes 47 seconds | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	a number of seconds | 
					
						
							|  |  |  | 	 * @param	int	Unix timestamp | 
					
						
							|  |  |  | 	 * @param	int	a number of display units | 
					
						
							|  |  |  | 	 * @return	string | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	function timespan($seconds = 1, $time = '', $units = 7) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		$CI =& get_instance(); | 
					
						
							|  |  |  | 		$CI->lang->load('date'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		is_numeric($seconds) OR $seconds = 1; | 
					
						
							|  |  |  | 		is_numeric($time) OR $time = time(); | 
					
						
							|  |  |  | 		is_numeric($units) OR $units = 7; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$seconds = ($time <= $seconds) ? 1 : $time - $seconds; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$str = array(); | 
					
						
							|  |  |  | 		$years = floor($seconds / 31557600); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if ($years > 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$str[] = $years.' '.$CI->lang->line($years > 1 ? 'date_years' : 'date_year'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$seconds -= $years * 31557600; | 
					
						
							|  |  |  | 		$months = floor($seconds / 2629743); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) < $units && ($years > 0 OR $months > 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			if ($months > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 				$str[] = $months.' '.$CI->lang->line($months > 1 ? 'date_months' : 'date_month'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$seconds -= $months * 2629743; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$weeks = floor($seconds / 604800); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) < $units && ($years > 0 OR $months > 0 OR $weeks > 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			if ($weeks > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 				$str[] = $weeks.' '.$CI->lang->line($weeks > 1 ? 'date_weeks' : 'date_week'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			$seconds -= $weeks * 604800; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$days = floor($seconds / 86400); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) < $units && ($months > 0 OR $weeks > 0 OR $days > 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			if ($days > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 				$str[] = $days.' '.$CI->lang->line($days > 1 ? 'date_days' : 'date_day'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			$seconds -= $days * 86400; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$hours = floor($seconds / 3600); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) < $units && ($days > 0 OR $hours > 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			if ($hours > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 				$str[] = $hours.' '.$CI->lang->line($hours > 1 ? 'date_hours' : 'date_hour'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			$seconds -= $hours * 3600; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$minutes = floor($seconds / 60); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) < $units && ($days > 0 OR $hours > 0 OR $minutes > 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			if ($minutes > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 				$str[] = $minutes.' '.$CI->lang->line($minutes > 1 ? 'date_minutes' : 'date_minute'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			$seconds -= $minutes * 60; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (count($str) === 0) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$str[] = $seconds.' '.$CI->lang->line($seconds > 1 ? 'date_seconds' : 'date_second'); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return implode(', ', $str); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('days_in_month')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Number of days in a month | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Takes a month/year as input and returns the number of days | 
					
						
							|  |  |  | 	 * for the given month/year. Takes leap years into consideration. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	a numeric month | 
					
						
							|  |  |  | 	 * @param	int	a numeric year | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function days_in_month($month = 0, $year = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		if ($month < 1 OR $month > 12) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		elseif ( ! is_numeric($year) OR strlen($year) !== 4) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			$year = date('Y'); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (defined('CAL_GREGORIAN')) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return cal_days_in_month(CAL_GREGORIAN, $month, $year); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if ($year >= 1970) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return (int) date('t', mktime(12, 0, 0, $month, 1, $year)); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		if ($month == 2) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			if ($year % 400 === 0 OR ($year % 4 === 0 && $year % 100 !== 0)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			{ | 
					
						
							|  |  |  | 				return 29; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$days_in_month	= array(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31); | 
					
						
							|  |  |  | 		return $days_in_month[$month - 1]; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('local_to_gmt')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Converts a local Unix timestamp to GMT | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	Unix timestamp | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function local_to_gmt($time = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($time === '') | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 			$time = time(); | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return mktime( | 
					
						
							|  |  |  | 			gmdate('G', $time), | 
					
						
							|  |  |  | 			gmdate('i', $time), | 
					
						
							|  |  |  | 			gmdate('s', $time), | 
					
						
							|  |  |  | 			gmdate('n', $time), | 
					
						
							|  |  |  | 			gmdate('j', $time), | 
					
						
							|  |  |  | 			gmdate('Y', $time) | 
					
						
							|  |  |  | 		); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('gmt_to_local')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Converts GMT time to a localized value | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Takes a Unix timestamp (in GMT) as input, and returns | 
					
						
							|  |  |  | 	 * at the local value based on the timezone and DST setting | 
					
						
							|  |  |  | 	 * submitted | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	Unix timestamp | 
					
						
							|  |  |  | 	 * @param	string	timezone | 
					
						
							|  |  |  | 	 * @param	bool	whether DST is active | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function gmt_to_local($time = '', $timezone = 'UTC', $dst = FALSE) | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($time === '') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			return now(); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$time += timezones($timezone) * 3600; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return ($dst === TRUE) ? $time + 3600 : $time; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('mysql_to_unix')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Converts a MySQL Timestamp to Unix | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	MySQL timestamp YYYY-MM-DD HH:MM:SS | 
					
						
							|  |  |  | 	 * @return	int	Unix timstamp | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function mysql_to_unix($time = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		// We'll remove certain characters for backward compatibility
 | 
					
						
							|  |  |  | 		// since the formatting changed with MySQL 4.1
 | 
					
						
							|  |  |  | 		// YYYY-MM-DD HH:MM:SS
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$time = str_replace(array('-', ':', ' '), '', $time); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		// YYYYMMDDHHMMSS
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return mktime( | 
					
						
							|  |  |  | 			substr($time, 8, 2), | 
					
						
							|  |  |  | 			substr($time, 10, 2), | 
					
						
							|  |  |  | 			substr($time, 12, 2), | 
					
						
							|  |  |  | 			substr($time, 4, 2), | 
					
						
							|  |  |  | 			substr($time, 6, 2), | 
					
						
							|  |  |  | 			substr($time, 0, 4) | 
					
						
							|  |  |  | 		); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('unix_to_human')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Unix to "Human" | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Formats Unix timestamp to the following prototype: 2006-08-21 11:35 PM | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	Unix timestamp | 
					
						
							|  |  |  | 	 * @param	bool	whether to show seconds | 
					
						
							|  |  |  | 	 * @param	string	format: us or euro | 
					
						
							|  |  |  | 	 * @return	string | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function unix_to_human($time = '', $seconds = FALSE, $fmt = 'us') | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$r = date('Y', $time).'-'.date('m', $time).'-'.date('d', $time).' '; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($fmt === 'us') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			$r .= date('h', $time).':'.date('i', $time); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$r .= date('H', $time).':'.date('i', $time); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if ($seconds) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$r .= ':'.date('s', $time); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($fmt === 'us') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			return $r.' '.date('A', $time); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return $r; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('human_to_unix')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Convert "human" date to GMT | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Reverses the above process | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	string	format: us or euro | 
					
						
							|  |  |  | 	 * @return	int | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function human_to_unix($datestr = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($datestr === '') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			return FALSE; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$datestr = preg_replace('/\040+/', ' ', trim($datestr)); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ( ! preg_match('/^(\d{2}|\d{4})\-[0-9]{1,2}\-[0-9]{1,2}\s[0-9]{1,2}:[0-9]{1,2}(?::[0-9]{1,2})?(?:\s[AP]M)?$/i', $datestr)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			return FALSE; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		sscanf($datestr, '%d-%d-%d %s %s', $year, $month, $day, $time, $ampm); | 
					
						
							|  |  |  | 		sscanf($time, '%d:%d:%d', $hour, $min, $sec); | 
					
						
							|  |  |  | 		isset($sec) OR $sec = 0; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if (isset($ampm)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$ampm = strtolower($ampm); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			if ($ampm[0] === 'p' && $hour < 12) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 				$hour += 12; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			elseif ($ampm[0] === 'a' && $hour === 12) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 				$hour = 0; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return mktime($hour, $min, $sec, $month, $day, $year); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | // ------------------------------------------------------------------------
 | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | if ( ! function_exists('nice_date')) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	/** | 
					
						
							|  |  |  | 	 * Turns many "reasonably-date-like" strings into something | 
					
						
							|  |  |  | 	 * that is actually useful. This only works for dates after unix epoch. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @deprecated	3.1.3	Use DateTime::createFromFormat($input_format, $input)->format($output_format); | 
					
						
							|  |  |  | 	 * @param	string	The terribly formatted date-like string | 
					
						
							|  |  |  | 	 * @param	string	Date format to return (same as php date function) | 
					
						
							|  |  |  | 	 * @return	string | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	function nice_date($bad_date = '', $format = FALSE) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		if (empty($bad_date)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			return 'Unknown'; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		elseif (empty($format)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$format = 'U'; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		// Date like: YYYYMM
 | 
					
						
							|  |  |  | 		if (preg_match('/^\d{6}$/i', $bad_date)) | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			if (in_array(substr($bad_date, 0, 2), array('19', '20'))) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 				$year  = substr($bad_date, 0, 4); | 
					
						
							|  |  |  | 				$month = substr($bad_date, 4, 2); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 			else | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 				$month  = substr($bad_date, 0, 2); | 
					
						
							|  |  |  | 				$year   = substr($bad_date, 2, 4); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			return date($format, strtotime($year.'-'.$month.'-01')); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		// Date Like: YYYYMMDD
 | 
					
						
							|  |  |  | 		if (preg_match('/^\d{8}$/i', $bad_date, $matches)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return DateTime::createFromFormat('Ymd', $bad_date)->format($format); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		// Date Like: MM-DD-YYYY __or__ M-D-YYYY (or anything in between)
 | 
					
						
							|  |  |  | 		if (preg_match('/^(\d{1,2})-(\d{1,2})-(\d{4})$/i', $bad_date, $matches)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return date($format, strtotime($matches[3].'-'.$matches[1].'-'.$matches[2])); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		// Any other kind of string, when converted into UNIX time,
 | 
					
						
							|  |  |  | 		// produces "0 seconds after epoc..." is probably bad...
 | 
					
						
							|  |  |  | 		// return "Invalid Date".
 | 
					
						
							|  |  |  | 		if (date('U', strtotime($bad_date)) === '0') | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return 'Invalid Date'; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		// It's probably a valid-ish date format already
 | 
					
						
							|  |  |  | 		return date($format, strtotime($bad_date)); | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('timezone_menu')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Timezone Menu | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Generates a drop-down menu of timezones. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	string	timezone | 
					
						
							|  |  |  | 	 * @param	string	classname | 
					
						
							|  |  |  | 	 * @param	string	menu name | 
					
						
							|  |  |  | 	 * @param	mixed	attributes | 
					
						
							|  |  |  | 	 * @return	string | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	function timezone_menu($default = 'UTC', $class = '', $name = 'timezones', $attributes = '') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 		$CI =& get_instance(); | 
					
						
							|  |  |  | 		$CI->lang->load('date'); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$default = ($default === 'GMT') ? 'UTC' : $default; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		$menu = '<select name="'.$name.'"'; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($class !== '') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			$menu .= ' class="'.$class.'"'; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		$menu .= _stringify_attributes($attributes).">\n"; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		foreach (timezones() as $key => $val) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			$selected = ($default === $key) ? ' selected="selected"' : ''; | 
					
						
							|  |  |  | 			$menu .= '<option value="'.$key.'"'.$selected.'>'.$CI->lang->line($key)."</option>\n"; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return $menu.'</select>'; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('timezones')) | 
					
						
							|  |  |  | { | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 	/** | 
					
						
							|  |  |  | 	 * Timezones | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Returns an array of timezones. This is a helper function
 | 
					
						
							|  |  |  | 	 * for various other ones in this library | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	string	timezone | 
					
						
							|  |  |  | 	 * @return	string | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	function timezones($tz = '') | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		// Note: Don't change the order of these even though
 | 
					
						
							|  |  |  | 		// some items appear to be in the wrong order
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$zones = array( | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 			'UM12'		=> -12, | 
					
						
							|  |  |  | 			'UM11'		=> -11, | 
					
						
							|  |  |  | 			'UM10'		=> -10, | 
					
						
							|  |  |  | 			'UM95'		=> -9.5, | 
					
						
							|  |  |  | 			'UM9'		=> -9, | 
					
						
							|  |  |  | 			'UM8'		=> -8, | 
					
						
							|  |  |  | 			'UM7'		=> -7, | 
					
						
							|  |  |  | 			'UM6'		=> -6, | 
					
						
							|  |  |  | 			'UM5'		=> -5, | 
					
						
							|  |  |  | 			'UM45'		=> -4.5, | 
					
						
							|  |  |  | 			'UM4'		=> -4, | 
					
						
							|  |  |  | 			'UM35'		=> -3.5, | 
					
						
							|  |  |  | 			'UM3'		=> -3, | 
					
						
							|  |  |  | 			'UM2'		=> -2, | 
					
						
							|  |  |  | 			'UM1'		=> -1, | 
					
						
							|  |  |  | 			'UTC'		=> 0, | 
					
						
							|  |  |  | 			'UP1'		=> +1, | 
					
						
							|  |  |  | 			'UP2'		=> +2, | 
					
						
							|  |  |  | 			'UP3'		=> +3, | 
					
						
							|  |  |  | 			'UP35'		=> +3.5, | 
					
						
							|  |  |  | 			'UP4'		=> +4, | 
					
						
							|  |  |  | 			'UP45'		=> +4.5, | 
					
						
							|  |  |  | 			'UP5'		=> +5, | 
					
						
							|  |  |  | 			'UP55'		=> +5.5, | 
					
						
							|  |  |  | 			'UP575'		=> +5.75, | 
					
						
							|  |  |  | 			'UP6'		=> +6, | 
					
						
							|  |  |  | 			'UP65'		=> +6.5, | 
					
						
							|  |  |  | 			'UP7'		=> +7, | 
					
						
							|  |  |  | 			'UP8'		=> +8, | 
					
						
							|  |  |  | 			'UP875'		=> +8.75, | 
					
						
							|  |  |  | 			'UP9'		=> +9, | 
					
						
							|  |  |  | 			'UP95'		=> +9.5, | 
					
						
							|  |  |  | 			'UP10'		=> +10, | 
					
						
							|  |  |  | 			'UP105'		=> +10.5, | 
					
						
							|  |  |  | 			'UP11'		=> +11, | 
					
						
							|  |  |  | 			'UP115'		=> +11.5, | 
					
						
							|  |  |  | 			'UP12'		=> +12, | 
					
						
							|  |  |  | 			'UP1275'	=> +12.75, | 
					
						
							|  |  |  | 			'UP13'		=> +13, | 
					
						
							|  |  |  | 			'UP14'		=> +14 | 
					
						
							|  |  |  | 		); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if ($tz === '') | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 			return $zones; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		return isset($zones[$tz]) ? $zones[$tz] : 0; | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | // ------------------------------------------------------------------------
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | if ( ! function_exists('date_range')) | 
					
						
							|  |  |  | { | 
					
						
							|  |  |  | 	/** | 
					
						
							|  |  |  | 	 * Date range | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * Returns a list of dates within a specified period. | 
					
						
							|  |  |  | 	 * | 
					
						
							|  |  |  | 	 * @param	int	unix_start	UNIX timestamp of period start date | 
					
						
							|  |  |  | 	 * @param	int	unix_end|days	UNIX timestamp of period end date | 
					
						
							|  |  |  | 	 *					or interval in days. | 
					
						
							|  |  |  | 	 * @param	mixed	is_unix		Specifies whether the second parameter | 
					
						
							|  |  |  | 	 *					is a UNIX timestamp or a day interval | 
					
						
							|  |  |  | 	 *					 - TRUE or 'unix' for a timestamp | 
					
						
							|  |  |  | 	 *					 - FALSE or 'days' for an interval | 
					
						
							|  |  |  | 	 * @param	string  date_format	Output date format, same as in date() | 
					
						
							|  |  |  | 	 * @return	array | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	function date_range($unix_start = '', $mixed = '', $is_unix = TRUE, $format = 'Y-m-d') | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 		if ($unix_start == '' OR $mixed == '' OR $format == '') | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return FALSE; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$is_unix = ! ( ! $is_unix OR $is_unix === 'days'); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		// Validate input and try strtotime() on invalid timestamps/intervals, just in case
 | 
					
						
							|  |  |  | 		if ( ( ! ctype_digit((string) $unix_start) && ($unix_start = @strtotime($unix_start)) === FALSE) | 
					
						
							|  |  |  | 			OR ( ! ctype_digit((string) $mixed) && ($is_unix === FALSE OR ($mixed = @strtotime($mixed)) === FALSE)) | 
					
						
							|  |  |  | 			OR ($is_unix === TRUE && $mixed < $unix_start)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return FALSE; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2011-04-25 23:24:01 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-11-07 08:45:06 +08:00
										 |  |  | 		if ($is_unix && ($unix_start == $mixed OR date($format, $unix_start) === date($format, $mixed))) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			return array(date($format, $unix_start)); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$range = array(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$from = new DateTime(); | 
					
						
							|  |  |  | 		$from->setTimestamp($unix_start); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if ($is_unix) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$arg = new DateTime(); | 
					
						
							|  |  |  | 			$arg->setTimestamp($mixed); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$arg = (int) $mixed; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		$period = new DatePeriod($from, new DateInterval('P1D'), $arg); | 
					
						
							|  |  |  | 		foreach ($period as $date) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$range[] = $date->format($format); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		/* If a period end date was passed to the DatePeriod constructor, it might not | 
					
						
							|  |  |  | 		 * be in our results. Not sure if this is a bug or it's just possible because | 
					
						
							|  |  |  | 		 * the end date might actually be less than 24 hours away from the previously | 
					
						
							|  |  |  | 		 * generated DateTime object, but either way - we have to append it manually. | 
					
						
							|  |  |  | 		 */ | 
					
						
							|  |  |  | 		if ( ! is_int($arg) && $range[count($range) - 1] !== $arg->format($format)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 			$range[] = $arg->format($format); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		return $range; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } |