PHP Class Faster_Image_B52f1a8_Image_Parser, amp-wp

Afficher le fichier Open project: Automattic/amp-wp Class Usage Examples

Protected Properties

Свойство Type Description
$type string The type of image we've determined this is

Méthodes publiques

Méthode Description
__construct ( Stream_17b32f3_Streamable_Interface &$stream ) ImageParser constructor.
parseSize ( ) : array | boolean | null
parseSizeForIco ( ) : array
parseType ( ) : boolean | string Reads and returns the type of the image

Méthodes protégées

Méthode Description
parseSizeForBMP ( ) : array
parseSizeForGIF ( ) : array
parseSizeForJPEG ( ) : array | boolean
parseSizeForPNG ( ) : array
parseSizeForPSD ( ) : array
parseSizeForTiff ( ) : array | boolean
parseSizeForWebp ( ) : null

Private Methods

Méthode Description
getByte ( ) : mixed
readByte ( $string ) : mixed
readInt ( $str ) : integer

Method Details

__construct() public méthode

ImageParser constructor.
public __construct ( Stream_17b32f3_Streamable_Interface &$stream )
$stream Stream_17b32f3_Streamable_Interface

parseSize() public méthode

public parseSize ( ) : array | boolean | null
Résultat array | boolean | null

parseSizeForBMP() protected méthode

protected parseSizeForBMP ( ) : array
Résultat array

parseSizeForGIF() protected méthode

protected parseSizeForGIF ( ) : array
Résultat array

parseSizeForIco() public méthode

public parseSizeForIco ( ) : array
Résultat array

parseSizeForJPEG() protected méthode

protected parseSizeForJPEG ( ) : array | boolean
Résultat array | boolean

parseSizeForPNG() protected méthode

protected parseSizeForPNG ( ) : array
Résultat array

parseSizeForPSD() protected méthode

protected parseSizeForPSD ( ) : array
Résultat array

parseSizeForTiff() protected méthode

protected parseSizeForTiff ( ) : array | boolean
Résultat array | boolean

parseSizeForWebp() protected méthode

protected parseSizeForWebp ( ) : null
Résultat null

parseType() public méthode

Reads and returns the type of the image
public parseType ( ) : boolean | string
Résultat boolean | string

Property Details

$type protected_oe property

The type of image we've determined this is
protected string $type
Résultat string