PHP 클래스 ScriptFUSION\Porter\Type\ObjectType

상속: use trait ScriptFUSION\StaticClass
파일 보기 프로젝트 열기: ScriptFUSION/Porter 1 사용 예제들

공개 메소드들

메소드 설명
toArray ( mixed $mixed ) : array Converts the specified object to an array, recursively converting any nested arrays of objects.

메소드 상세

toArray() 공개 정적인 메소드

Converts the specified object to an array, recursively converting any nested arrays of objects.
public static toArray ( mixed $mixed ) : array
$mixed mixed Object.
리턴 array Converted object.