PHP Class phpMoAdmin, nodejs-autorestart

Afficher le fichier Open project: shimondoodkin/nodejs-autorestart Class Usage Examples

Méthodes publiques

Méthode 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)

Method Details

getArrayKeys() public static méthode

Retrieves all the keys & subkeys of an array recursively drilling down
public static getArrayKeys ( array $array, string $path = '', integer $drillDownDepthCount ) : array
$array array
$path string
$drillDownDepthCount integer
Résultat array

stripslashes() public static méthode

Strip slashes recursively - used only when magic quotes is enabled (this reverses magic quotes)
public static stripslashes ( mixed $val ) : mixed
$val mixed
Résultat mixed