使用php4加速网络传输
标 题: 使用php(做为现在的主流开发语言)4加速网络传输。<?
/***************************************
** Title.........: php(做为现在的主流开发语言)4 HTTP Compression Speeds up the Web
** Version.......: 1.10
** Author........: catoc <catoc@163.net>
** Filename......: gzdoc.php(做为现在的主流开发语言)
** Last changed..: 25/08/2000
** Requirments...: php(做为现在的主流开发语言)4 >= 4.0.1
** php(做为现在的主流开发语言) was configured with --with-zlib[=DIR]
** Notes.........: Dynamic Content Acceleration compresses
** the data transmission data on the fly
** code by sun jin hu (catoc) <catoc@163.net>
** Most newer browsers since 1998/1999 have
** been equipped to support the HTTP 1.1
** standard known as "content-encoding."
** Essentially the browser indicates to the
** server that it can accept "content encoding"
** and if the server is capable it will then
** compress the data and transmit it. The
** browser decompresses it and then renders
** the page.
** Useage........:
** No space before the beginning of the first <? tag
.
** ------------Start of file----------
** |<?
** | include(gzdoc.php(做为现在的主流开发语言));
** | print "Start output !!";
** |?>
** |<HTML>
补充:Web开发 , php ,