第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

使用unlink函數(shù)刪除圖片問題

使用unlink函數(shù)刪除圖片問題

PHP
泛舟湖上清波郎朗 2023-05-12 15:55:26
當(dāng)我更新圖像時(shí),我創(chuàng)建了這個(gè)方法來取消鏈接,但如果我說空它會(huì)刪除,它就不能與 if not empty 一起使用。太奇怪了,我試過了,但沒有用。我在沒有 oop 的情況下嘗試了它,它可以在另一個(gè)應(yīng)用程序中工作。我為此進(jìn)行了更改,并檢查了谷歌,但直到現(xiàn)在都沒有解決方案。有人在這里使用 is_uploaded_file 作為解決方案,但它也不起作用。    public $tmp_path;    public $upload_directory = "images"; public function picture_path(){      return $this->upload_directory.DS.$this->filename;    }      public function set_file($file) {           if(empty($file) || !$file || !is_array($file)) {            $this->errors[] = "There was no file uploaded here";            return false;          }elseif($file['error'] !=0) {            $this->errors[] = $this->upload_errors_array[$file['error']];            return false;          } else {            $this->filename = basename($file['name']);            $this->filename = preg_replace('#[^a-z.0-9]#i', '', $this->filename);             $kaboom = explode(".", $this->filename); // Split file name into an array using the dot            $fileExt = end($kaboom); // Now target the last array element to get the file extension            $this->filename = time().rand().".".$fileExt;            $this->tmp_path = $file['tmp_name'];            $this->type     = $file['type'];            $this->size     = $file['size'];          }        }         public function getordelimage(){                  static::find_by_id($this->id);                  $target_path = SITE_ROOT.DS. 'admin' . DS . $this->picture_path();                  if(empty($this->tmp_path)) {                       $this->filename;                      $this->type;                      $this->size;                        } elseif (!empty($this->tmp_path)) {                    return unlink($target_path) ? true : false;                  } else {                    return false;                  }                }
查看完整描述

1 回答

?
30秒到達(dá)戰(zhàn)場(chǎng)

TA貢獻(xiàn)1828條經(jīng)驗(yàn) 獲得超6個(gè)贊

您的答案隱藏在您的問題中:)??赡苣?oop 數(shù)據(jù)庫構(gòu)造有問題,請(qǐng)檢查它。



查看完整回答
反對(duì) 回復(fù) 2023-05-12
  • 1 回答
  • 0 關(guān)注
  • 146 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)