示例#1
0
文件: OAuth.php 项目: hoalangoc/ftf
	public static function setTimeOffset($timeOffset){
		self::$TIME_OFFSET = (int)$timeOffset;
	}