SWFText->moveTo()
(PHP 4 >= 4.0.5)
SWFText->moveTo() — Moves the pen
說明
SWFText
void moveTo
( int $x
, int $y
)
Warning
æœ¬å‡½å¼æ˜¯å¯¦é©—性的。這個函å¼çš„行為ã€å稱ã€å’Œé—œæ–¼æ¤å‡½å¼çš„任何其他文件在未來PHP的發行ä¸å¯èƒ½æœƒåœ¨ä¸é€šçŸ¥çš„æƒ…æ³ä¸‹æ”¹è®Šã€‚ 使用æ¤å‡½å¼éœ€è‡ªè¡Œæ‰¿æ“”風險。
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.
Return值
無回傳值。