Login   Register  
PHP Classes
elePHPant
Icontem

File: web/test.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Lukasz Cepowski  >  Mock HTTP Server  >  web/test.php  >  Download  
File: web/test.php
Role: Auxiliary data
Content type: text/plain
Description: Example script
Class: Mock HTTP Server
Setup and start a HTTP server for testing purposes
Author: By
Last change:
Date: 2012-09-11 03:18
Size: 61 bytes
 

Contents

Class file image Download
<?php
var_dump($_SERVER);
var_dump($_GET);
var_dump($_POST);