Query about gzinflate

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



HI

How to uncompress  compressed data with php://input 

Which one of the following is correct 

1 .$unzip = gzinflate("php://input","r");
    $getdata =  fopen($unzip."r");

2. gzcompress("php://input","r");

  $getdata =  fopen($unzip."r");
 
what the best solution help me

With regards
Praveen


 




		
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux