@@ -286,6 +286,9 @@ |
||
286 | 286 | return substr(str_shuffle('abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'), 0, $length); |
287 | 287 | } |
288 | 288 | |
289 | +/** |
|
290 | + * @param integer $type |
|
291 | + */ |
|
289 | 292 | function stripArray($input, $type) |
290 | 293 | { |
291 | 294 | switch ($type) { |