PHP 클래스 PrivateBin\Json

Provides JSON functions in an object oriented way.
파일 보기 프로젝트 열기: privatebin/privatebin 1 사용 예제들

공개 메소드들

메소드 설명
encode ( mixed $input ) : string Returns a string containing the JSON representation of the given input

메소드 상세

encode() 공개 정적인 메소드

Returns a string containing the JSON representation of the given input
public static encode ( mixed $input ) : string
$input mixed
리턴 string