download class.tar.inc.php
Language: PHP
License: LGPL
Copyright: (C) 2002 Josh Barger
LOC: 405
Project Info
phpGroupWare
Server: Savannah GNU
Type: cvs
...pware\old\phpgwapi.old\inc\
   class.accounts.inc.php
   ...counts_contacts.inc.php
   ...s.accounts_ldap.inc.php
   ...accounts_shared.inc.php
   class.accounts_sql.inc.php
   class.acl.inc.php
   class.acl2.inc.php
   class.acl2.sql
   class.app_registry.inc.php
   class.applications.inc.php
   ....arrayfunctions.inc.php
   class.asyncservice.inc.php
   class.auth.inc.php
   class.auth_http.inc.php
   class.auth_ldap.inc.php
   class.auth_mail.inc.php
   class.auth_nis.inc.php
   class.auth_pam.inc.php
   class.auth_smb.inc.php
   class.auth_sql.inc.php
   class.auth_sqlssl.inc.php
   class.browser.inc.php
   class.categories.inc.php
   ...s.clientsniffer.inc.php
   class.common.inc.php
   class.config.inc.php
   class.contacts.inc.php
   ...s.contacts_ldap.inc.php
   ...contacts_shared.inc.php
   class.contacts_sql.inc.php
   class.country.inc.php
   class.crypto.inc.php
   class.datetime.inc.php
   class.db.inc.php
   class.db_msql.inc.php
   class.db_mssql.inc.php
   class.db_mysql.inc.php
   class.db_odbc.inc.php
   class.db_oracle.inc.php
   class.db_pgsql.inc.php
   class.db_sybase.inc.php
   class.error.inc.php
   class.errorlog.inc.php
   class.gdbutton.inc.php
   class.help.inc.php
   class.help_helper.inc.php
   class.historylog.inc.php
   class.hooks.inc.php
   class.http.inc.php
   ...http_dav_client.inc.php
   class.interserver.inc.php
   class.listbox.inc.php
   class.log.inc.php
   class.matrixview.inc.php
   class.menutree.inc.php
   class.msg.inc.php
   class.msg_base.inc.php
   ...s.msg_base_sock.inc.php
   class.msg_imap.inc.php
   ...s.msg_imap_sock.inc.php
   class.msg_nntp.inc.php
   ...s.msg_nntp_sock.inc.php
   class.msg_pop3.inc.php
   ...s.msg_pop3_sock.inc.php
   ...net_http_client.inc.php
   class.network.inc.php
   class.nextmatchs.inc.php
   class.php_ext.inc.php
   class.phpgw.inc.php
   class.ping.inc.php
   class.portalbox.inc.php
   class.preferences.inc.php
   class.resultbox.inc.php
   class.rssparser.inc.php
   class.sbox.inc.php
   class.sbox2.inc.php
   class.schema_proc.inc.php
   ...hema_proc_array.inc.php
   ...hema_proc_mssql.inc.php
   ...hema_proc_mysql.inc.php
   ...hema_proc_pgsql.inc.php
   class.send.inc.php
   class.service.inc.php
   ...ervice_contacts.inc.php
   ...s.service_notes.inc.php
   ...ervice_schedule.inc.php
   class.service_todo.inc.php
   class.sessions.inc.php
   class.sessions_db.inc.php
   ...s.sessions_php4.inc.php
   class.setup.inc.php
   ...setup_detection.inc.php
   class.setup_html.inc.php
   ...s.setup_process.inc.php
   ...tup_translation.inc.php
   class.soap_client.inc.php
   class.soap_parser.inc.php
   class.soap_server.inc.php
   class.soapclient.inc.php
   class.soapmsg.inc.php
   class.soapval.inc.php
   class.tar.inc.php
   class.Template.inc.php
   class.translation.inc.php
   ...ranslation_file.inc.php
   ...translation_sql.inc.php
   class.utilities.inc.php
   class.validator.inc.php
   class.vcard.inc.php
   class.vfs.inc.php
   class.vfs_dav.inc.php
   class.vfs_shared.inc.php
   class.vfs_sql.inc.php
   class.wsdl.inc.php
   class.xml.inc.php
   class.xml_check.inc.php
   ...s.xmlrpc_client.inc.php
   ...s.xmlrpc_server.inc.php
   class.xmlrpcmsg.inc.php
   class.xmlrpcresp.inc.php
   class.xmlrpcval.inc.php
   class.xmltool.inc.php
   class.xpath.inc.php
   ...s.xslttemplates.inc.php
   common_functions.inc.php
   footer.inc.php
   functions.inc.php
   ...pport_functions.inc.php
   phpgw_mime.types
   soap_functions.inc.php
   soaplib.soapinterop.php
   xml_functions.inc.php
   xmlrpc.interop.php

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
<?php
  /**************************************************************************\
  * phpGroupWare API - TAR(GZ) File class                                    *
  * Introduced to the phpGWapi by Miles Lott <milosch@phpgroupware.org>      *
  * -------------------------------------------------------------------------*
  * This library is part of the phpGroupWare API                             *
  * http://www.phpgroupware.org/api                                          * 
  * ------------------------------------------------------------------------ *
  * This library is free software; you can redistribute it and/or modify it  *
  * under the terms of the GNU Lesser General Public License as published by *
  * the Free Software Foundation; either version 2.1 of the License,         *
  * or any later version.                                                    *
  * This library is distributed in the hope that it will be useful, but      *
  * WITHOUT ANY WARRANTY; without even the implied warranty of               *
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                     *
  * See the GNU Lesser General Public License for more details.              *
  * You should have received a copy of the GNU Lesser General Public License *
  * along with this library; if not, write to the Free Software Foundation,  *
  * Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA            *
  \**************************************************************************/

  /* $Id: class.tar.inc.php,v 1.1 2002/04/20 16:31:16 milosch Exp $ */

/*
=======================================================================
Name:
	tar Class

Author:
	Josh Barger <joshb@npt.com>

Description:
	This class reads and writes Tape-Archive (TAR) Files and Gzip
	compressed TAR files, which are mainly used on UNIX systems.
	This class works on both windows AND unix systems, and does
	NOT rely on external applications!! Woohoo!

Usage:
	Copyright (C) 2002  Josh Barger

	This library is free software; you can redistribute it and/or
	modify it under the terms of the GNU Lesser General Public
	License as published by the Free Software Foundation; either
	version 2.1 of the License, or (at your option) any later version.

	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
	Lesser General Public License for more details at:
	http://www.gnu.org/copyleft/lesser.html

	If you use this script in your application/website, please
	send me an e-mail letting me know about it :)

Version History:
	1.0	04/10/2002	- InitialRelease

	2.0	04/11/2002	- Merged both tarReader and tarWriter
				  classes into one
				- Added support for gzipped tar files
				  Remember to name for .tar.gz or .tgz
				  if you use gzip compression!
				  :: THIS REQUIRES ZLIB EXTENSION ::
				- Added additional comments to
				  functions to help users
				- Added ability to remove files and
				  directories from archive
	2.1	04/12/2002	- Fixed serious bug in generating tar
				- Created another example file
				- Added check to make sure ZLIB is
				  installed before running GZIP
				  compression on TAR
=======================================================================
*/

	class tar
	{
		// Unprocessed Archive Information
		var $filename;
		var $isGzipped;
		var $tar_file;

		// Processed Archive Information
		var $files;
		var $directories;
		var $numFiles;
		var $numDirectories;

		// Class Constructor -- Does nothing...
		function tar()
		{
			return true;
		}

		// Computes the unsigned Checksum of a file's header
		// to try to ensure valid file
		// PRIVATE ACCESS FUNCTION
		function computeUnsignedChecksum($bytestring)
		{
			for($i=0; $i<512; $i++)
			{
				$unsigned_chksum += ord($bytestring[$i]);
			}
			for($i=0; $i<8; $i++)
			{
				$unsigned_chksum -= ord($bytestring[148 + $i]);
			}
			$unsigned_chksum += ord(' ') * 8;

			return $unsigned_chksum;
		}

		// Converts a NULL padded string to a non-NULL padded string
		// PRIVATE ACCESS FUNCTION
		function parseNullPaddedString($string)
		{
			$position = strpos($string,chr(0));
			return substr($string,0,$position);
		}

		// This function parses the current TAR file
		// PRIVATE ACCESS FUNCTION
		function parseTar()
		{
			// Read Files from archive
			$tar_length = strlen($this->tar_file);
			$main_offset = 0;
			while($main_offset < $tar_length)
			{
				// If we read a block of 512 nulls, we are at the end of the archive
				if(substr($this->tar_file,$main_offset,512) == str_repeat(chr(0),512))
				{
					break;
				}

				// Parse file name
				$file_name		= $this->parseNullPaddedString(substr($this->tar_file,$main_offset,100));

				// Parse the file mode
				$file_mode		= substr($this->tar_file,$main_offset + 100,8);

				// Parse the file user ID
				$file_uid		= octdec(substr($this->tar_file,$main_offset + 108,8));

				// Parse the file group ID
				$file_gid		= octdec(substr($this->tar_file,$main_offset + 116,8));

				// Parse the file size
				$file_size		= octdec(substr($this->tar_file,$main_offset + 124,12));

				// Parse the file update time - unix timestamp format
				$file_time		= octdec(substr($this->tar_file,$main_offset + 136,12));

				// Parse Checksum
				$file_chksum		= octdec(substr($this->tar_file,$main_offset + 148,6));

				// Parse user name
				$file_uname		= $this->parseNullPaddedString(substr($this->tar_file,$main_offset + 265,32));

				// Parse Group name
				$file_gname		= $this->parseNullPaddedString(substr($this->tar_file,$main_offset + 297,32));

				// Make sure our file is valid
				if($this->computeUnsignedChecksum(substr($this->tar_file,$main_offset,512)) != $file_chksum)
				{
					return false;
				}

				// Parse File Contents
				$file_contents		= substr($this->tar_file,$main_offset + 512,$file_size);

				/* ### Unused Header Information ###
				$activeFile['typeflag']		= substr($this->tar_file,$main_offset + 156,1);
				$activeFile['linkname']		= substr($this->tar_file,$main_offset + 157,100);
				$activeFile['magic']		= substr($this->tar_file,$main_offset + 257,6);
				$activeFile['version']		= substr($this->tar_file,$main_offset + 263,2);
				$activeFile['devmajor']		= substr($this->tar_file,$main_offset + 329,8);
				$activeFile['devminor']		= substr($this->tar_file,$main_offset + 337,8);
				$activeFile['prefix']		= substr($this->tar_file,$main_offset + 345,155);
				$activeFile['endheader']	= substr($this->tar_file,$main_offset + 500,12);
				*/

				if($file_size > 0)
				{
					// Increment number of files
					$this->numFiles++;

					// Asign Values
					$activeFile['name']       = $file_name;
					$activeFile['mode']       = $file_mode;
					$activeFile['size']       = $file_size;
					$activeFile['time']       = $file_time;
					$activeFile['user_id']    = $file_uid;
					$activeFile['group_id']   = $file_gid;
					$activeFile['user_name']  = $file_uname;
					$activeFile['group_name'] = $file_gname;
					$activeFile['checksum']   = $file_chksum;
					$activeFile['file']       = $file_contents;

					// Create a new file in our array
					$this->files[] = $activeFile;
				}
				else
				{
					// Increment number of directories
					$this->numDirectories++;

					// Assign values
					$activeDir['name']       = $file_name;
					$activeDir['mode']       = $file_mode;
					$activeDir['time']       = $file_time;
					$activeDir['user_id']    = $file_uid;
					$activeDir['group_id']   = $file_gid;
					$activeDir['user_name']  = $file_uname;
					$activeDir['group_name'] = $file_gname;
					$activeDir['checksum']   = $file_chksum;

					// Create a new directory in our array
					$this->directories[] = $activeDir;
				}

				// Move our offset the number of blocks we have processed
				$main_offset += 512 + (ceil($file_size / 512) * 512);
			}

			return true;
		}

		// Read a non gzipped tar file in for processing
		// PRIVATE ACCESS FUNCTION
		function readTar($filename='')
		{
			// Set the filename to load
			if(!$filename)
			{
				$filename = $this->filename;
			}

			// Read in the TAR file
			$fp = fopen($filename,'rb');
			$this->tar_file = fread($fp,filesize($filename));
			fclose($fp);

			// Parse the TAR file
			$this->parseTar();

			return true;
		}

		// Read a Gzipped TAR file in for processing
		// PRIVATE ACCESS FUNCTION
		function readTarGZ($filename='')
		{
			// Make sure we have gzip support
			if(!function_exists('gzinflate'))
			{
				return false;
			}

			// Set the filename to load
			if(!$filename)
			{
				$filename = $this->filename;
			}

			// Read in the file
			$fp = fopen($filename,'rb');
			$this->tar_file = fread($fp,filesize($filename));
			fclose($fp);

			// Decode GZip Compression
			$this->tar_file = gzinflate(substr($this->tar_file,10,-4));

			// Parse the TAR File
			$this->parseTar();

			return true;
		}

		// Generates a TAR file from the processed data
		// PRIVATE ACCESS FUNCTION
		function generateTAR()
		{
			// Clear any data currently in $this->tar_file	
			unset($this->tar_file);

			// Generate Records for each directory, if we have directories
			if($this->numDirectories > 0)
			{
				reset($this->directories);
				while(list($key,$information) = each($this->directories))
				{
					unset($header);

					// Generate tar header for this directory
					// Filename, Permissions, UID, GID, size, Time, checksum, typeflag, linkname, magic, version, user name, group name, devmajor, devminor, prefix, end
					$header .= str_pad($information['name'],100,chr(0));
					$header .= str_pad(decoct($information['mode']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['user_id']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['group_id']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct(0),11,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['time']),11,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_repeat(' ',8);
					$header .= '5';
					$header .= str_repeat(chr(0),100);
					$header .= str_pad('ustar',6,chr(32));
					$header .= chr(32) . chr(0);
					$header .= str_pad('',32,chr(0));
					$header .= str_pad('',32,chr(0));
					$header .= str_repeat(chr(0),8);
					$header .= str_repeat(chr(0),8);
					$header .= str_repeat(chr(0),155);
					$header .= str_repeat(chr(0),12);

					// Compute header checksum
					$checksum = str_pad(decoct($this->computeUnsignedChecksum($header)),6,'0',STR_PAD_LEFT);
					for($i=0; $i<6; $i++)
					{
						$header[(148 + $i)] = substr($checksum,$i,1);
					}
					$header[154] = chr(0);
					$header[155] = chr(32);

					// Add new tar formatted data to tar file contents
					$this->tar_file .= $header;
				}
			}

			// Generate Records for each file, if we have files (We should...)
			if($this->numFiles > 0)
			{
				reset($this->files);
				while(list($key,$information) = each($this->files))
				{
					unset($header);

					/*
					  Generate the TAR header for this file
					  Filename, Permissions, UID, GID, size, Time, checksum, typeflag, linkname,
					  magic, version, user name, group name, devmajor, devminor, prefix, end
					*/
					$header .= str_pad($information['name'],100,chr(0));
					$header .= str_pad(decoct($information['mode']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['user_id']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['group_id']),7,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['size']),11,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_pad(decoct($information['time']),11,'0',STR_PAD_LEFT) . chr(0);
					$header .= str_repeat(' ',8);
					$header .= '0';
					$header .= str_repeat(chr(0),100);
					$header .= str_pad('ustar',6,chr(32));
					$header .= chr(32) . chr(0);
					$header .= str_pad($information['user_name'],32,chr(0));	// How do I get a file's user name from PHP?
					$header .= str_pad($information['group_name'],32,chr(0));	// How do I get a file's group name from PHP?
					$header .= str_repeat(chr(0),8);
					$header .= str_repeat(chr(0),8);
					$header .= str_repeat(chr(0),155);
					$header .= str_repeat(chr(0),12);

					// Compute header checksum
					$checksum = str_pad(decoct($this->computeUnsignedChecksum($header)),6,'0',STR_PAD_LEFT);
					for($i=0; $i<6; $i++)
					{
						$header[(148 + $i)] = substr($checksum,$i,1);
					}
					$header[154] = chr(0);
					$header[155] = chr(32);

					// Pad file contents to byte count divisible by 512
					$file_contents = str_pad($information['file'],(ceil($information['size'] / 512) * 512),chr(0));

					// Add new tar formatted data to tar file contents
					$this->tar_file .= $header . $file_contents;
				}
			}

			// Add 512 bytes of NULLs to designate EOF
			$this->tar_file .= str_repeat(chr(0),512);

			return true;
		}

		// Open a TAR file
		function openTAR($filename,$isGzipped=False)
		{
			// Clear any values from previous tar archives
			unset($this->filename);
			unset($this->isGzipped);
			unset($this->tar_file);
			unset($this->files);
			unset($this->directories);
			unset($this->numFiles);
			unset($this->numDirectories);

			// If the tar file doesn't exist...
			if(!file_exists($filename))
			{
				return false;
			}

			$this->filename = $filename;
			$this->isGzipped = $isGzipped;

			// Parse this file
			if($this->isGzipped)
			{
				$this->readTarGZ();
			}
			else
			{
				$this->readTar();
			}

			return true;
		}

		// Appends a tar file to the end of the currently opened tar file
		function appendTar($filename,$isGzipped=False)
		{
			// If the tar file doesn't exist...
			if(!file_exists($filename))
			{
				return false;
			}

			if($isGzipped)
			{
				$this->readTarGZ($filename);
			}
			else
			{
				$this->readTar($filename);
			}

			return true;
		}

		// Retrieves information about a file in the current tar archive
		function getFile($filename)
		{
			if($this->numFiles > 0)
			{
				reset($this->files);
				while(list($key,$information) = each($this->files))
				{
					if($information['name'] == $filename)
					{
						return $information;
					}
				}
			}

			return false;
		}

		// Retrieves information about a directory in the current tar archive
		function getDirectory($dirname)
		{
			if($this->numDirectories > 0)
			{
				reset($this->directories);
				while(list($key,$information) = each($this->directories))
				{
					if($information['name'] == $dirname)
					{
						return $information;
					}
				}
			}

			return false;
		}

		// Check if this tar archive contains a specific file
		function containsFile($filename)
		{
			if($this->numFiles > 0)
			{
				reset($this->files);
				while(list($key,$information) = each($this->files))
				{
					if($information['name'] == $filename)
					{
						return true;
					}
				}
			}

			return false;
		}

		// Check if this tar archive contains a specific directory
		function containsDirectory($dirname)
		{
			if($this->numDirectories > 0)
			{
				reset($this->directories);
				while(list($key,$information) = each($this->directories))
				{
					if($information['name'] == $dirname)
					{
						return true;
					}
				}
			}

			return false;
		}

		// Add a directory to this tar archive
		function addDirectory($dirname)
		{
			if(!file_exists($dirname))
			{
				return false;
			}

			// Get directory information
			$file_information = stat($dirname);

			$this->numDirectories++;

			$activeDir['name']     = $dirname;
			$activeDir['mode']     = $file_information['mode'];
			$activeDir['time']     = $file_information['time'];
			$activeDir['user_id']  = $file_information['uid'];
			$activeDir['group_id'] = $file_information['gid'];
			$activeDir['checksum'] = $checksum;

			// Add directory to processed data
			$this->directories[] = $activeDir;

			return true;
		}

		// Add a file to the tar archive
		function addFile($filename)
		{
			// Make sure the file we are adding exists!
			if(!file_exists($filename))
			{
				return false;
			}

			// Make sure there are no other files in the archive that have this same filename
			if($this->containsFile($filename))
			{
				return false;
			}

			// Get file information
			$file_information = stat($filename);

			// Read in the file's contents
			$fp = fopen($filename,'rb');
			$file_contents = fread($fp,filesize($filename));
			fclose($fp);

			$this->numFiles++;

			$activeFile['name']       = $filename;
			$activeFile['mode']       = $file_information['mode'];
			$activeFile['user_id']    = $file_information['uid'];
			$activeFile['group_id']   = $file_information['gid'];
			$activeFile['size']       = $file_information['size'];
			$activeFile['time']       = $file_information['mtime'];
			$activeFile['checksum']   = $checksum;
			$activeFile['user_name']  = '';
			$activeFile['group_name'] = '';
			$activeFile['file']       = $file_contents;

			// Add file to processed data
			$this->files[] = $activeFile;

			return true;
		}

		// Remove a file from the tar archive
		function removeFile($filename)
		{
			if($this->numFiles > 0)
			{
				reset($this->files);
				while(list($key,$information) = each($this->files))
				{
					if($information['name'] == $filename)
					{
						$this->numFiles--;
						unset($this->files[$key]);
						return true;
					}
				}
			}

			return false;
		}


		// Remove a directory from the tar archive
		function removeDirectory($dirname)
		{
			if($this->numDirectories > 0)
			{
				reset($this->directories);
				while(list($key,$information) = each($this->directories))
				{
					if($information['name'] == $dirname)
					{
						$this->numDirectories--;
						unset($this->directories[$key]);
						return true;
					}
				}
			}

			return false;
		}

		// Write the currently loaded tar archive to disk
		function saveTar()
		{
			if(!$this->filename)
			{
				return false;
			}

			// Write tar to current file using specified gzip compression
			$this->toTar($this->filename,$this->isGzipped);

			return true;
		}

		// Saves tar archive to a different file than the current file
		function toTar($filename,$useGzip)
		{
			if(!$filename)
			{
				return false;
			}

			// Encode processed files into TAR file format
			$this->generateTar();

			// GZ Compress the data if we need to
			if($useGzip)
			{
				// Make sure we have gzip support
				if(!function_exists('gzencode'))
				{
					return false;
				}

				$file = gzencode($this->tar_file);
			}
			else
			{
				$file = $this->tar_file;
			}

			// Write the TAR file
			$fp = fopen($filename,'wb');
			fwrite($fp,$file);
			fclose($fp);

			return true;
		}
	}
?>

About Koders | Resources | Downloads | Support | Black Duck | Submit Project | Terms of Service | DMCA | Privacy Policy | Site Map| Contact Us