PHP Класс phpMoAdmin, nodejs-autorestart

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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)

Описание методов

getArrayKeys() публичный статический Метод

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
Результат array

stripslashes() публичный статический Метод

Strip slashes recursively - used only when magic quotes is enabled (this reverses magic quotes)
public static stripslashes ( mixed $val ) : mixed
$val mixed
Результат mixed