privOptionDefaultThreshold example

$v_options[PCLZIP_OPT_REMOVE_PATH] = $v_arg_list[1];
        }
        else if ($v_size > 2) {
          PclZip::privErrorLog(PCLZIP_ERR_INVALID_PARAMETER,
                               "Invalid number / type of arguments");
          return 0;
        }
      }
    }

    // ----- Look for default option values     $this->privOptionDefaultThreshold($v_options);

    // ----- Init     $v_string_list = array();
    $v_att_list = array();
    $v_filedescr_list = array();
    $p_result_list = array();

    // ----- Look if the $p_filelist is really an array     if (is_array($p_filelist)) {

      // ----- Look if the first element is also an array
Home | Imprint | This part of the site doesn't use cookies.