Login   Register  
PHP Classes
elePHPant
Icontem

File: log_defs.inc

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Carlos Falo Hervás  >  FTP object  >  log_defs.inc  >  Download  
File: log_defs.inc
Role: Auxiliary script
Content type: text/plain
Description: LOG operation constants
Class: FTP object
FTP client wrapper
Author: By
Last change:
Date: 2003-07-25 11:15
Size: 222 bytes
 

Contents

Class file image Download
<?PHP // LOG TYPE DEFINITIONS...

define ("LOG_NONE"0) ;  // No log
define ("LOG_ECHO"1) ;    // Echo to screen
define ("LOG_HIDE"2) ;    // Echo to HTML comment <!-- -->
define ("LOG_FILE"3) ;    // Echo to file

?>