mysql.php 获取数据库中的记录 <?php /** *PHP+MYSQL数据库基本功能 *http://blog.csdn.net/yown */ #########…
<?php /* * Created on 2011-07-28 * Author : LKK , http://lianq.net * 使用方法: require_once…
save_file.php代码 <?php session_start(); $handle = fopen($_POST['original_file_name'], &q…
<?php function get_file($url,$folder,$pic_name){ set_time_limit(24*60*60); //限制最大的执行时间 …
function add_wm($nmw_water, $src_file, $output_file, $x, $y) { if(file_exists($output_file…
echo "Initial: ".memory_get_usage()." bytes \n"; /* prints Initial: 36…
/********************** *@file - path to zip file *@destination - destination directory fo…
<?php /** * 生成缩略图函数(支持图片格式:gif、jpeg、png和bmp) * @author ruxing.li * @param string $src 源…
<?php flv_convert_get_thumb('input.avi', 'output.jpg', 'output.ogm'); // code provided …
<?php class smtp { /* Public Variables */ var $smtp_port; var $time_out; var $host_name…
<?php $mime = array ( //applications 'ai' => 'application/postscript', 'eps' => …
<?php $image = "jiequ.jpg"; // 原图 $imgstream = file_get_contents($image); $im…