国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

? PHP ????? ?? ??? ???? ???? PHP ???
???? ???? PHP ???
<?php
//功能:生成縮略圖
class CreatMiniature
{
//公共變量
  var $srcFile = ""; //原圖
  var $echoType; //輸出圖片類型,link--不保存為文件;file--保存為文件
  var $im = ""; //臨時(shí)變量
  var $srcW = ""; //原圖寬
  var $srcH = ""; //原圖高
//設(shè)置變量及初始化
  function SetVar($srcFile, $echoType)
  {
    if (!file_exists($srcFile)) {
      echo '源圖片文件不存在!';
      exit();
    }
    $this->srcFile = $srcFile;
    $this->echoType = $echoType;
    $info = "";
    $data = GetImageSize($this->srcFile, $info);
    switch ($data[2]) {
      case 1:
        if (!function_exists("imagecreatefromgif")) {
          echo "你的GD庫(kù)不能使用GIF格式的圖片,請(qǐng)使用Jpeg或PNG格式!返回";
          exit();
        }

??? ?? ?? (??? ?? ??: gif, jpeg, png ? bmp)

* @author ruxing.li

* @param string $src ?? ??? ??

* @param int $width ??? ?? ( ?? ?? ??? ??? ?? ?? ??)

* @param int $width ??? ??(??? ??? ?? ?? ?? ??? ??)

* @param string $filename ?? ??(???? ?? ?? ????? ?? ??)

* @return ??


?? ??

? ???? ?? ???? ???? ????? ?? ???? ????? ????????. ?????? ???? ?? ??????! ? ???? ?? ???? ?? ?????? ?????. ??? ???? ???? ??? ????. ??? ??? ?? ??? ?? ??? ???? ????! ??? ?? ?? ??? ???? ????? ????. ???: admin@php.cn

?? ??

??? ????? ???? ???? PHP ?? ??? ????? ???? ???? PHP ??

25 Jul 2016

??? ????? ???? ???? PHP ??

???? ???? PHP ??(??? ???) ???? ???? PHP ??(??? ???)

25 Jul 2016

???? ???? PHP ??(??? ???)

???? ?? ???? PHP ?? ?? ??? ???? ?? ???? PHP ?? ?? ???

29 Jul 2016

??? ??: ???? ?? ???? PHP ??: ??: ??? ??? ?? ??? ????? ???? ????? ?? ? ????. ???? ???? ??? ?? ?? ??? ????. <?php $config = array(); $config['path'] = "./"; $config['t_width'] = 120; $config['ignore'] = array("",".","..");

PHP GD ?????? ???? ???? ???? ? PHP GD ?????? ???? ???? ???? ?

25 Jul 2016

PHP GD ?????? ???? ???? ???? ?

??? ???? ???? ?? ??? ???? ???? ??

25 Jul 2016

??? ???? ???? ??

???? ????? ???? ???? PHP GD ?????? ?? ???? ????? ???? ???? PHP GD ?????? ??

25 Jul 2016

???? ????? ???? ???? PHP GD ?????? ??

See all articles