PHP Class phpMoAdmin, nodejs-autorestart

显示文件 Open project: shimondoodkin/nodejs-autorestart Class Usage Examples

Public Methods

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)

Method Details

getArrayKeys() public static method

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
return array

stripslashes() public static method

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