| virtualPerform an Apache sub-request Description
   bool virtual(string  $uri)
   virtual is an Apache-specific function which
   is similar to  To run the sub-request, all buffers are terminated and flushed to the browser, pending headers are sent too. This function is supported when PHP is installed as an Apache module webserver. Parameters
 
 Return Values
   Performs the virtual command on success, or returns  ExamplesSee apache_note for an example. NotesWarning
    The query string can be passed to the included file but $_GET is copied from the parent script and only $_SERVER['QUERY_STRING'] is filled with the passed query string. The query string may only be passed when using Apache 2. The requested file will not be listed in the Apache access log. 
 
 See Also
 
 |