PHP Classes

File: php4x/_class_bib_server.inc.php

Recommend this page to a friend!
  Classes of Fabrizio Parrella   bib_server   php4x/_class_bib_server.inc.php   Download  
File: php4x/_class_bib_server.inc.php
Role: Configuration script
Content type: text/plain
Description: Config Class for php4
Class: bib_server
Web server in pure PHP
Author: By
Last change: CHanged Description
Date: 16 years ago
Size: 262 bytes
 

Contents

Class file image Download
<?php
class _bib_server_vars{
    var
$_cfg = array();
    var
$httpd_status = array();
    var
$csocket = array();
    var
$cdata = array();
    var
$lsocket;
    var
$http_status_map = array();
    var
$header_redirect = false;
    var
$send_headers = false;
}
?>