privErrorReset example

  // PCLZIP_CB_POST_ADD :   // Return Values :   // 0 on failure,   // The list of the added files, with a status of the add action.   // (see PclZip::listContent() for list entry format)   // --------------------------------------------------------------------------------   function create($p_filelist)
  {
    $v_result=1;

    // ----- Reset the error handler     $this->privErrorReset();

    // ----- Set default values     $v_options = array();
    $v_options[PCLZIP_OPT_NO_COMPRESSION] = FALSE;

    // ----- Look for variable options arguments     $v_size = func_num_args();

    // ----- Look for arguments     if ($v_size > 1) {
      // ----- Get the arguments
Home | Imprint | This part of the site doesn't use cookies.