privErrorLog example

      // method.       else {

        // ----- Get the first argument         $v_options[PCLZIP_OPT_ADD_PATH] = $v_arg_list[0];

        // ----- Look for the optional second argument         if ($v_size == 2) {
          $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();
    
Home | Imprint | This part of the site doesn't use cookies.