PHP::HTTPBuildQuery

Data structures become form-encoded query strings
Download

PHP::HTTPBuildQuery Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael Schilli
  • Publisher web site:
  • http://search.cpan.org/~mschilli/

PHP::HTTPBuildQuery Tags


PHP::HTTPBuildQuery Description

PHP::HTTPBuildQuery is a Perl module that implements PHP's http_build_query function in Perl. It is used to form-encode Perl data structures in URLs, so that PHP can read them on the receiving end.SYNOPSIS use PHP::HTTPBuildQuery qw(http_build_query); my $query = http_build_query( { foo => { bar => "baz", quick => { "quack" => "schmack" }, }, }, ); # Query: "foo=baz&foo=schmack" # URL decoded: "foo=baz", "foo=schmack"Product's homepage


PHP::HTTPBuildQuery Related Software