SproutCMS

This is the code documentation for the SproutCMS project

function post()

Make a simple POST request, with optional data
If you need more control, use @see HttpReq::req

Usage

string HttpReq::post ( string $url [, array $data ] );

Arguments

  1. string $url
    The URL to send a POST request to
  2. array $data = NULL
    The POST data

Return value

  • string
    Response data