SWFText::moveTo

(PHP 5 < 5.3.0, PECL ming SVN)

SWFText::moveToMoves the pen

Descrierea

SWFText::moveTo ( float $x , float $y ) : void
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

swftext::moveto() moves the pen (or cursor, if that makes more sense) to (x,y) in text object's coordinate space. If either is zero, though, value in that dimension stays the same. Annoying, should be fixed.

Valorile întoarse

Nu este întoarsă nici o valoare.