phpClick
[ class tree: phpClick ] [ index: phpClick ] [ all elements ]

Procedural File: fileFunctions.inc.php

Source Location: /includes/fileFunctions.inc.php



Page Details:



Tags:

filesource:  Source Code for this file








copyr [line 54]

bool copyr( string $source, string $dest)

Copy a file, or a folder and its contents



Tags:

return:  Returns true on success, false on failure
version:  1.0
author:  Aidan Lister <aidan@php.net>, slight modifications by jrode@users.sourceforge.com


Parameters

string   $source   The source
string   $dest   The destination
[ Top ]



deleteDir [line 9]

TRUE deleteDir( string $sDir)

Removes a complete directory including all files and folders within it Modified copy from php.net: jackylee at eml dot cc



Tags:

return:  if operation succeeded, FALSE otherwise


Parameters

string   $sDir   directory name
[ Top ]



isImageFileName [line 33]

boolean isImageFileName( string $sFileName)

Returns TRUE if the file name passed as a parameter is an image file name, e.g. "logo.gif"



Tags:

return:  TRUE if it is an image file name, otherwise FALSE


Parameters

string   $sFileName   Name of the file
[ Top ]



Documentation generated on Wed, 12 Jan 2005 17:52:05 -0500 by phpDocumentor 1.3.0RC3