/filefunctions.php

Description

This class provides functions to deal with files like reading or writing

Functions
loadHelpFile (line 237)
void loadHelpFile ()
my_copy (line 186)

Copies files from a path to another path

void my_copy (string $oldname, string $newname)
  • string $oldname: Source
  • string $newname: Destination
my_dir_copy (line 209)

Copies entire directories

  • return: True if succeeded, false else
bool my_dir_copy (string $oldname, string $newname)
  • string $oldname: Source
  • string $newname: Destination

Documentation generated on Thu, 15 Jul 2004 08:23:55 +0200 by phpDocumentor 1.3.0RC3