摘要: I’ll show you 3 functions that download a particular file (ex: image,video,zip,pdf,doc,xls,etc) from a remote resource (via a valid URL) then save to your server.Depending on your current php.ini settings, some functions may not work; therefore, let try which function is best for you.Note:please ens 阅读全文
posted @ 2012-04-24 20:49 Lux.Y 阅读(1628) 评论(0) 推荐(0)
摘要: Ever needed to simply get the file extension from the end of a file? This can be done with the pathinfo() function, but what was needed was the dot also in this case. Whilst pathinfo() gives the extension name, it does not return the dot. Keep in mind this function was created in an early version of 阅读全文
posted @ 2012-04-24 18:25 Lux.Y 阅读(521) 评论(0) 推荐(0)