注意函数transfer_time()中的参数$time必须为Unix时间戳,如果不是请先用strtotime()将其转换成Unix时间戳 <?php date_defaul…
将一张JPG图像转换成ASCII码。 <html> <head> <title>Ascii</title> <style>…
<?php $fp = fopen('sample.csv','r') or die("can't open file"); print "&l…
image.php <?php // Font directory + font name $font = 'fonts/Disney.ttf'; // Total numb…
一段php生成随机颜色的代码,如:FF00FF function random_color(){ mt_srand((double)microtime()*1000000); $c…
表单代码 <form name="form1" method="post" action="admin_upfile.php…
这个代码使用 cURL来取得一张图片,然后在页面上展示它的缩略图。但不保存。 <?php //$url = "http://share.meebo.com/cont…
此代码将帮助你学习如何将图像转换成一个base64字符串。 <title>Image to Base64 String</title> <fields…
<?php /** * * @param String $string * @return float * * Returns a float between 0 and 1…
unset() 用于释放一个已经存在的session值.可以使用 session_destroy() 函数销毁全部session. <?php unset($_SESSION…
php通过socket post数据到其它web server function post_request($url, $data, $referer='') { // Conve…
function random_password($length, $characters='abcdefgh1234567890'){ if ($characters == ''…
利用phpexcel对数据库数据的导入excel(excel筛选)、导出excel