⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
share
/
ri
/
3.0.0
/
system
/
URI
/
View File Name :
decode_www_form-c.ri
U:RDoc::AnyMethod[iI"decode_www_form:ETI"URI::decode_www_form;TT:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"4Decodes URL-encoded form data from given +str+.;To:RDoc::Markup::BlankLine o; ; [I"9This decodes application/x-www-form-urlencoded data ;TI".and returns an array of key-value arrays.;T@o; ; [I"HThis refers http://url.spec.whatwg.org/#concept-urlencoded-parser, ;TI"Hso this supports only &-separator, and doesn't support ;-separator.;T@o:RDoc::Markup::Verbatim; [I".ary = URI.decode_www_form("a=1&a=2&b=3") ;TI"Dary #=> [['a', '1'], ['a', '2'], ['b', '3']] ;TI"#ary.assoc('a').last #=> '1' ;TI"#ary.assoc('b').last #=> '3' ;TI"#ary.rassoc('a').last #=> '2' ;TI"4Hash[ary] #=> {"a"=>"2", "b"=>"3"} ;T:@format0o; ; [I"