class


  
  class PHProxy
  {
      var allowed_hosts = array();
      var version;
      var script_url;
      var url;
      var url_segments;
      var flags = array('include_form' => 0, 'remove_scripts' => 1, 'accept_cookies' => 1, 'show_images' => 1, 'show_referer' => 0);
      var socket;
      var content_type;
      var request_headers;
      var post_body;
      var response_headers;
      var response_body;