Coder Profile - Show off your skills, get a coder profile.
 
 
 
The Author
Visie
Lucas
Send A Message
Rating
Not
Rated
Please login to rate source codes.

Click here to register a free account with us.
General Details
PHP (Hypertext Preprocess...
Posted 1.81 Year Ago
758 Views
Received 0 Ratings
More Codes By This Author
Cleanup Incoming by Filte...
Container
Simple External Interface
Prototype: Recursive Menu...
Recursive Menu Constructo...

Cleanup Incoming by Filter


Description
I've postet a core class months ago. The following code demonstrate a filter-based-cleanup
Technical
save the code as test.php

call:
$c = new ILLI_Container_Core_Requests_Get;
var_dump($c);

and now get uri
http://localhost/test.php?key1=lala&key2=lala&key3=foo|999|bar|0|1|5|3|1

result is
object(ILLI_Container_Core_Requests_Get)#1 (1) {
["cache:private"]=>
array(3) {
["key1"]=>
string(4) "lala"
["key2"]=>
int(0)
["key3"]=>
array(5) {
[0]=>
int(0)
[1]=>
int(1)
[2]=>
int(3)
[3]=>
int(5)
[4]=>
int(99)
}
}
}


@see ILLI_Container_Core_Requests_Get Extends::__construct
Source Code
Comments
Please login to post comments.
Page 1 of 1
More "PHP (Hypertext Preprocessor)" Source Codes By This Author
Recently Posted "PHP (Hypertext Preprocessor)" Source Codes
Recently Rated "PHP (Hypertext Preprocessor)" Source Codes
 
 
Latest News About Coder Profile
Coder Profile Poll
Which sounds better on your coder profiles, and makes more sense to you (think twitter, facebook, etc)?

Followers / Following
Fans / Following
Fans / Fan Of


please login to cast your vote
and see the results of this poll
Latest Coder Profile Changes
Coder Profile was last updated
3.20 Years Ago
Official Blog :: Make A Donation :: Credits :: Contact Me
Terms & Conditions :: Privacy Policy :: Documents :: Wallpapers
Version 1.46.00
Copyright © 2007 - 2012, Scott Thompson, All Rights Reserved