Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17143 программиста и 1834 робота. Сейчас ищут 1658 программистов ...
constructor Image_Text::Image_Text
Вернуться к: Image_Text
constructor Image_Text::Image_Text
constructor Image_Text::Image_Text() – Constructor
Synopsis
require_once 'ImageText.php';
void constructor Image_Text::Image_Text ( string $text , array $options = null )
Set the text and options. This initializes a new Image_Text object. You must set your text here. Optinally you can set all options here using the $options parameter. If you finished switching all options you have to call the init() method first befor doing anything further! See Image_Text::set() for further information.
Parameter
- string $text
-
Text to print.
- array $options
-
Options.
Throws
throws no exceptions thrown
See
Note
This function can not be called statically.
Вернуться к: Image_Text