previousImage_Text::autoMeasurize (Previous) (Next) Image_Text::getImgnext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Image_Text::display

Image_Text::display() – 画像を表示 (ブラウザに送信) する

Synopsis

require_once 'ImageText.php';

bool Image_Text::display ( bool $save = = false , bool $free = = false )

Description

これはユーザーのブラウザに画像を出力します。 生成される画像の種類を決定する標準的な IMAGETYPE_* 定数を使用することができます。 オプションとして、オプションで設定した宛先に画像を保存することができます。

Parameter

boolean $save

保存するか画像を表示するかを指定します

boolean $free

終了時に画像を解放するかどうかを指定します

Return value

returns 成功時に True、そうでなければ PEAR::Error

Throws

throws 投げられる例外はありません

See

Image_Text::save()参照ください

Note

This function can not be called statically.

previousImage_Text::autoMeasurize (Previous) (Next) Image_Text::getImgnext

Download Documentation Last updated: Sun, 21 Jun 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.