Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 87259 программистов и 1203 робота. Сейчас ищут 900 программистов ...
ps_symbol - Output a glyph
Вернуться к: PS Функции
ps_symbol
(PECL ps >= 1.2.0)
ps_symbol — Output a glyph
Описание
bool ps_symbol
( resource
$psdoc
, int $ord
)
Output the glyph at position ord in the font
encoding vector of the current font. The font encoding for a font can be
set when loading the font with ps_findfont().
Список параметров
-
psdoc -
Resource identifier of the postscript file as returned by ps_new().
-
ord -
The position of the glyph in the font encoding vector.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
Вернуться к: PS Функции