Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18827 программистов и 1632 робота. Сейчас ищут 1790 программистов ...
Image_Text::init
Вернуться к: Image_Text
Image_Text::init
Image_Text::init() – Initialiaze the Image_Text object.
Synopsis
require_once 'ImageText.php';
bool Image_Text::init ( )
This method has to be called after setting the options for your Image_Text object. It initializes the canvas, normalizes some data and checks important options. Be shure to check the initialization after you switched some options. The set() method may force you to reinitialize the object.
Return value
returns True on success, otherwise PEAR::Error.
Throws
throws no exceptions thrown
See
Note
This function can not be called statically.
Вернуться к: Image_Text