Forum und email

SWFTextField->setBounds()

(PHP 4 >= 4.0.5)

SWFTextField->setBounds() — Sets the text field width and height

Description

SWFTextField
void setBounds ( int $width , int $height )
Warning

Αυτή η συνάρτηση είναι ΔΟΚΙΜΑΣΤΙΚΗ. Η συμπεριφορά της, το όνομα της και οτιδήποτε άλλο είναι τεκμηριωμένο σχετικά με αυτή την συνάρτηση μπορεί να αλλάξει χωρίς ειδοποίηση σε μελλοντικές εκδόσεις της PHP. Χρησιμοποιήστε αυτή την συνάρτηση με δικό σας ρίσκο.

swftextfield->setbounds() sets the text field width to width and height to height . If you don't set the bounds yourself, Ming makes a poor guess at what the bounds are.

Return Values

No value is returned.