CakeFest 2024: The Official CakePHP Conference

wkhtmltox\Image\Converter クラス

(wkhtmltox >= 0.1.0)

はじめに

HTML入力をさまざまな画像形式に変換する

クラス概要

class wkhtmltox\Image\Converter {
/* コンストラクタ */
public __construct(string $buffer = ?, array $settings = ?)
/* メソッド */
public convert(): ?string
public getVersion(): string
}

目次

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top