在写php程序中有时会出现这样的警告:
php warning: date(): it is not safe to rely on the system's timezone settings. you are *required* to use the date.timezone setting or the date_default_timezone_set() function. in case you used any of those methods and y
本文实例讲述了php封装的twitter访问类。分享给大家供大家参考。具体如下: class twitter { /** * method to make twitter api call for the users timeline in xml * * @access private * @param $twitter_id, $num_of_tweets * @return $xml */ private function api_call