API17

API17:JRequest:: stripSlashesRecursive

From Joomla! Documentation

Revision as of 03:35, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JRequest::_stripSlashesRecursive

Description

Strips slashes recursively on an array.


protected static function _stripSlashesRecursive ($value)
Parameter Type Default Description
$value array $array Array of (nested arrays of) strings.
  • Returns array The input array with stripshlashes applied to it.
  • Defined on line 587 of libraries/joomla/environment/request.php

See also


User contributed notes

Code Examples