ps_setpolydash
(PECL)
ps_setpolydash -- Sets appearance of a dashed line
Descripción
bool
ps_setpolydash ( resource psdoc, float arr )
Sets the length of the black and white portions of a dashed line.
ps_setpolydash() is used to set more complicated dash
patterns.
Lista de parámetros
- psdoc
- arr
arr is a list of length elements alternately for
the black and white portion.
Valores retornados
Devuelve TRUE si todo se
llevó a cabo correctamente, FALSE en caso
de fallo.