API17

API17:JRequest:: stripSlashesRecursive

From Joomla! Documentation

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