I was checking the source page of facebook . I found a function which frequently used there .
the line was
input_len=URI.implodeQuery(this.data).length
I cant understand what the line means and what implodeQuery .
I also need th same function for php .
Please help me ! thanks
URI.implodeQueryappears to serialize the passed object into a query string (for something like aGETrequest). This functions much like jQuery.param().From the JavaScript console on Facebook: