@@ -280,7 +280,7 @@ public function __destruct()
280
280
* single string with names separated by a single
281
281
* blank space.
282
282
*
283
- * @return true on success, false on error.
283
+ * @return bool true on success, false on error.
284
284
* @see createModify()
285
285
*/
286
286
public function create ($ p_filelist )
@@ -300,7 +300,7 @@ public function create($p_filelist)
300
300
* single string with names separated by a single
301
301
* blank space.
302
302
*
303
- * @return true on success, false on error.
303
+ * @return bool true on success, false on error.
304
304
* @see createModify()
305
305
* @access public
306
306
*/
@@ -443,7 +443,7 @@ public function createModify($p_filelist, $p_add_dir, $p_remove_dir = '')
443
443
* each element in the list, when
444
444
* relevant.
445
445
*
446
- * @return true on success, false on error.
446
+ * @return bool true on success, false on error.
447
447
*/
448
448
public function addModify ($ p_filelist , $ p_add_dir , $ p_remove_dir = '' )
449
449
{
@@ -496,7 +496,7 @@ public function addModify($p_filelist, $p_add_dir, $p_remove_dir = '')
496
496
* gid => the group ID of the file
497
497
* (default = 0 = root)
498
498
*
499
- * @return true on success, false on error.
499
+ * @return bool true on success, false on error.
500
500
*/
501
501
public function addString ($ p_filename , $ p_string , $ p_datetime = false , $ p_params = array ())
502
502
{
@@ -622,7 +622,7 @@ public function extractInString($p_filename)
622
622
* @param boolean $p_preserve Preserve user/group ownership of files
623
623
* @param boolean $p_symlinks Allow symlinks.
624
624
*
625
- * @return true on success, false on error.
625
+ * @return bool true on success, false on error.
626
626
* @see extractModify()
627
627
*/
628
628
public function extractList ($ p_filelist , $ p_path = '' , $ p_remove_path = '' , $ p_preserve = false , $ p_symlinks = true )
@@ -660,7 +660,7 @@ public function extractList($p_filelist, $p_path = '', $p_remove_path = '', $p_p
660
660
* list of parameters, in the format attribute code + attribute values :
661
661
* $arch->setAttribute(ARCHIVE_TAR_ATT_SEPARATOR, ',');
662
662
*
663
- * @return true on success, false on error.
663
+ * @return bool true on success, false on error.
664
664
*/
665
665
public function setAttribute ()
666
666
{
0 commit comments