PHP 클래스 Faster_Image_B52f1a8_Exif_Parser, amp-wp

파일 보기 프로젝트 열기: Automattic/amp-wp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$height integer
$long
$orientation integer
$short
$stream StreamableInterface
$width integer

공개 메소드들

메소드 설명
__construct ( Stream_17b32f3_Streamable_Interface $stream ) ExifParser constructor.
getHeight ( ) : integer
getWidth ( ) : integer
isRotated ( ) : boolean

보호된 메소드들

메소드 설명
parseExifIfd ( ) : boolean

메소드 상세

__construct() 공개 메소드

ExifParser constructor.
public __construct ( Stream_17b32f3_Streamable_Interface $stream )
$stream Stream_17b32f3_Streamable_Interface

getHeight() 공개 메소드

public getHeight ( ) : integer
리턴 integer

getWidth() 공개 메소드

public getWidth ( ) : integer
리턴 integer

isRotated() 공개 메소드

public isRotated ( ) : boolean
리턴 boolean

parseExifIfd() 보호된 메소드

protected parseExifIfd ( ) : boolean
리턴 boolean

프로퍼티 상세

$height 보호되어 있는 프로퍼티

protected int $height
리턴 integer

$long 보호되어 있는 프로퍼티

protected $long

$orientation 보호되어 있는 프로퍼티

protected int $orientation
리턴 integer

$short 보호되어 있는 프로퍼티

protected $short

$stream 보호되어 있는 프로퍼티

protected StreamableInterface $stream
리턴 StreamableInterface

$width 보호되어 있는 프로퍼티

protected int $width
리턴 integer