PHP Classes

File: log_defs.inc

Recommend this page to a friend!
  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: 20 years ago
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

?>