删除一个目录,包括目录内的内容。function destroyDir($dir, $virtual = false){ $ds = DIRECTORY_SEPARATOR; $dir =
与大多数流行的 Web 服务如 Twitter 通过开放 API 来提供数据一样,它总是能够知道如何解析 API 数据的各种传送格式,包括 JSON,XML 等等。$json_string='
//xml string$xml_string="<?xml version='1.0'?><users> <user id='398
创建用户友好的日志缩略名。function create_slug($string){ $slug=preg_replace('/[^A-Za-z0-9-]+/', '-
该函数将获取用户的真实 IP 地址,即便他使用代理服务器。function getRealIpAddr(){ if (!emptyempty($_SERVER['HTTP_CLIENT_
为用户提供强制性下载功能。function force_download($file){ if ((isset($file))&&(file_exists($file))) {
function getCloud( $data = array(), $minFontSize = 12, $maxFontSize = 30 ){ $minimumCount = min(
所谓断字 (word break),即一个单词可在转行时断开的地方。这一函数将在断字处截断字符串。function myTruncate($string, $limit, $break=".&
PHP 提供了一个极少使用的 similar_text 函数,但此函数非常有用,用于比较两个字符串并返回相似程度的百分比。similar_text($string1, $string2, $perce
function create_zip($files = array(),$destination = '',$overwrite = false) { //if the zip