API17

JRequest::set

From Joomla! Documentation

Revision as of 21:33, 27 April 2011 by Doxiki2 (talk | contribs) (Updated to r1448:247ba8d88526)

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 JRequest::set[edit]

Description[edit]

Sets a request variable.

Template:Description:JRequest::set [Edit Descripton]

public static function set (
        $array
        $hash= 'default'
        $overwrite=true
)
Parameter Type Default Description
$array array An associative array of key-value pairs.
$hash string 'default' The request variable to set (POST, GET, FILES, METHOD).
$overwrite boolean true If true and an existing key is found, the value is overwritten, otherwise it is ignored.
  • Returns
  • Defined on line 417 of libraries/joomla/environment/request.php
  • Referenced by

See also[edit]

Template:SeeAlso:JRequest::set [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />