Method | Description | |
---|---|---|
bookPath ( string $cd, string $bp, string $file ) : string | Return the true path of a book. | |
stringStartsWith ( string $haystack, string $needle ) : boolean | Check if a string starts with a substring. | |
titleMimeType ( string $file_path ) : string | Return the MIME type for an ebook file. | |
transparentImage ( integer $width, integer $height ) : image | Create an image with transparent background. |
static public titleMimeType ( string $file_path ) : string | ||
$file_path | string | path to ebook file |
return | string | MIME type |
static public transparentImage ( integer $width, integer $height ) : image | ||
$width | integer | |
$height | integer | |
return | image |