SWFText
PHP Manual

SWFText->addString

(No version information available, might be only in CVS)

SWFText->addStringDraws a string

Opis

SWFText
void addString ( string $string )
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

swftext->addstring() draws the string string at the current pen (cursor) location. Pen is at the baseline of the text; i.e., ascending text is in the -y direction.

Zwracane wartości

żadna wartość nie jest zwracana.

Patrz także


SWFText
PHP Manual