API17

Difference between revisions of "JHttp::post"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 12: Line 12:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JHttp->post ($url, $data)
+
public JHttp::post ($url, $data)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 35: Line 35:
 
bool True on success.
 
bool True on success.
 
===Defined in===
 
===Defined in===
libraries/joomla/client/http.php
+
libraries/joomla/client/http.php (line 152)
 +
* see source code in [[jplatform:client/http.php#cl-152|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:45, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JHttp::post[edit]

Description[edit]

Method to send the POST command to the server.

Template:Description:JHttp::post [Edit Descripton]

Since[edit]

Joomla 11.1

Synopsis[edit]

public JHttp::post ($url, $data)
Parameter Type Default Description
$url
$data array Associative array of key/value pairs to send as post values.

Returns[edit]

bool True on success.

Defined in[edit]

libraries/joomla/client/http.php (line 152)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JHttp::post

Examples[edit]

<CodeExamplesForm />