else if ( $this->chk->ImageMagickPath !== false )
            {
                switch ( strtoupper( $do ) )
                {
                case strtoupper( "notlarger" ) :
                case strtoupper( "crop" ) :
                case strtoupper( "cut" ) :
                }
             }
                else
                {

解决方案 »

  1.   

    if () {
    }
    else if ( $this->chk->ImageMagickPath !== false )
    {
                    switch ( strtoupper( $do ) )
                    {
                    case strtoupper( "notlarger" ) :
                    case strtoupper( "crop" ) :
                    case strtoupper( "cut" ) :
                    }
    }