ps_setpolydash

PECL ps >= 1.1.0
ps_setpolydash - Sets appearance of a dashed line
Manual
Code Examples

ps_setpolydash( resource$psdoc, float$arr ): bool

Sets the length of the black and white portions of a dashed line. ps_setpolydash is used to set more complicated dash patterns.

Parameters

psdoc

Resource identifier of the postscript file as returned by ps_new.

arr

arr is a list of length elements alternately for the black and white portion.

Return Values

Returns true on success or false on failure.

Related Functions

Example of ps_setpolydash

Show all examples for ps_setpolydash

PHP Version:


Function ps_setpolydash:

PostScript document creation Functions

Most used PHP functions