ps_include_file
PHP Manual
PHP Manual»PS Функції»ps_include_file

ps_include_file

(PECL ps >= 1.3.4)

ps_include_fileReads an external file with raw PostScript code

Опис

function ps_include_file(resource $psdoc, string $file): bool

Параметри

psdoc

Resource identifier of the postscript file as returned by ps_new().

file

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

To Top