PHP 인터페이스 Symfony\Component\Serializer\Encoder\DecoderInterface

저자: Jordi Boggiano ([email protected])
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks 0 사용 예제들

공개 메소드들

메소드 설명
decode ( scalar $data, string $format ) : mixed Decodes a string into PHP data
supportsDecoding ( string $format ) : boolean Checks whether the serializer can decode from given format

메소드 상세

decode() 공개 메소드

Decodes a string into PHP data
public decode ( scalar $data, string $format ) : mixed
$data scalar Data to decode
$format string Format name
리턴 mixed

supportsDecoding() 공개 메소드

Checks whether the serializer can decode from given format
public supportsDecoding ( string $format ) : boolean
$format string format name
리턴 boolean