PHP 클래스 phpMoAdmin, nodejs-autorestart

파일 보기 프로젝트 열기: shimondoodkin/nodejs-autorestart 1 사용 예제들

공개 메소드들

메소드 설명
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