<?php flv_convert_get_thumb('input.avi', 'output.jpg', 'output.ogm'); // code provided …
// local file that should be send to the client $local_file = 'test-file.zip'; // filename…
/** * http请求处理类(基于CURL进行封装) * * @author Xiwei Ye * @version $Id$ */ class cls_http_request…
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -…
// 备份数据库 $host = "localhost"; $user = "root"; //数据库账号 $password = &quo…
/** * The generic DB access Class, Entry of all DB Access * Only PG is supported -- 201210…
class Ender{ private $enkey;//加密解密用的密钥 //构造参数是密钥 public function __construct($key=''){ if(…
<?php /** * 分页类 * * author lynnluo * addtime 2011-08-15 */ define( 'PAGE_NAME','page' )…
// local file that should be send to the client $local_file = 'test-file.zip'; // filename…
/** * @PHP验证码类 * 使用方法: * $image=new Captcha(); * $image->config('宽度','高度','字符个数','验证码se…
define('ROOT','D:/Program Files/www/test/'); class Gd_Thumbnail_Tool{ protected static $im…
if (isset($_GET['dir'])){ //设置文件目录 $basedir=$_GET['dir']; }else{ $basedir = '.'; } $auto =…