Search

4/04/2006

PHP Functions

string file_get_contents ( string filename [, bool use_include_path [, resource context [, int offset [, int maxlen]]]] )

object simplexml_load_file ( string filename [, string class_name [, int options]] )
兩個都可以取代fsockopen, 直接通過GET or POST擷取網站資料。
因為Flickr API傳回的是XML格式, 所以只能用simplexml_load_file。

沒有留言: