12 2011 档案

摘要:cURL is a great tool to help you connect to remote web sites, making it easy to post forms, retrieve web pages, or even to download files. In this PhpRiot Snippet I'll show you how you can download a file straight to disk using cURL.Note: To simplify our key points in this article we don't p 阅读全文
posted @ 2011-12-28 21:53 Lux.Y 阅读(1085) 评论(0) 推荐(0) 编辑
摘要:Downloading content at a specific URL is common practice on the internet, especially due to increased usage of web services and APIs offered by Amazon, Alexa, Digg, etc. PHP's cURL library, which often comes with default shared hosting configurations, allows web developers to complete this task. 阅读全文
posted @ 2011-12-28 21:51 Lux.Y 阅读(207) 评论(0) 推荐(0) 编辑
摘要:This is a simple helper to create a tag cloud from an array of tags.Creating a tag cloud is as easy as calling the helper:<?php use_helper('Tagcloud'); TagcloudHelper::showCloud($tags);Where tags is an array that is defined in the following syntax: array('tag1' => 10, 'tag2 阅读全文
posted @ 2011-12-13 18:19 Lux.Y 阅读(580) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示