Method | Description | |
---|---|---|
getArrayKeys ( array $array, string $path = '', integer $drillDownDepthCount ) : array | Retrieves all the keys & subkeys of an array recursively drilling down | |
stripslashes ( mixed $val ) : mixed | Strip slashes recursively - used only when magic quotes is enabled (this reverses magic quotes) |
public static stripslashes ( mixed $val ) : mixed | ||
$val | mixed | |
return | mixed |