PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ps_lineto> <ps_hyphenate
Last updated: Fri, 30 Jan 2009

view this page in

ps_include_file

(PECL ps >= 1.3.4)

ps_include_file外部ファイルを生の PostScript コードとして読み込む

説明

bool ps_include_file ( resource $psdoc , string $file )

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

psdoc

ps_new() が返す postscript ファイルの ID リソース。

file

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
ps_include_file
lindsay at dingos dot net
14-Mar-2008 04:43
This method allows you to insert raw postscript at any point in the postscript document.
You can use this function to include 'Barcodes in pure PostScript' in the prolog of your postscript document, and then create a temporary file that contains the necessary postscript to actually call the barcode generating postscript function at whatever point in your document you want it to appear.

it would be nice if there was an alternate form of this function that allowed you to just insert the raw postscript other than make a temporary file to be opened by the function.

ps_lineto> <ps_hyphenate
Last updated: Fri, 30 Jan 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites