1. PHP / Говнокод #18557

    +3

    1. 1
    2. 2
    if(strpos($imagefilename,'.jpg')) $imagefile=copy($imagefilename,$imagepath.'teaser'.$this->feed_id.'.jpg');
    else if(strpos($imagefilename,'.jpeg')) $imagefile=copy($imagefilename,$imagepath.'teaser'.$this->feed_id.'.jpg');

    или? Нет, не слышал.

    Запостил: kropotor, 31 Июля 2015

    Комментарии (2) RSS

    • $imagefilename = "IMG_1234.JPG";
      Ответить
      • А ещё $imagefilename = "Img_1234.Jpg";
        Или так: $imagefilename = "IMG_1234.jpgxyz.png";
        Или вообще файл без расширения...
        Ответить

    Добавить комментарий