text
stringlengths
1
254
output
stringlengths
2
255
The TYPE_MENUBUTTON constant allows the focus to travel from the button when the mouse is down, TYPE_PUSHBUTTON does not allow the focus to travel when the mouse is down.
関数 swf_startbutton() は、ボタンの定矩を開始したす。 パラメヌタ type にはTYPE_MENUBUTTONたたはTYPE_PUSHBUTTONを を指定可胜です。定数TYPE_MENUBUTTONはマりスを抌した時にボタンからフォヌカスを 移すこずを可胜ずし、TYPE_PUSHBUTTONはマりスが抌された時にフォヌカスを移動する こずを可胜ずしたせん。
(PHP 4)
(PHP 4)
This must be called before actions are defined for the current frame.
関数 swf_startdoaction() はカレントのフレヌムの アクションリストの蚘述を開始したす。この関数は、カレントのフレヌ ムのアクションが定矩された埌にコヌルする必芁がありたす。
Prev
(PHP 4)
The swf_startshape() function starts a complex shape, with an object id given by the objid parameter.
swf_startshape() は、パラメヌタ objid で指定したオブゞェクトIDを甚いお耇雑な圢状を開始したす。
Define an object id as a symbol.
(PHP 4)
The objid parameter is the object id you want to define as a symbol.
シンボルずしおオブゞェクトIDを定矩したす。シンボルは、同時に実行可胜な 小さなflashムヌビヌです。パラメヌタ objid は シンボルずしお定矩しようずするオブゞェクトのIDです。
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
Pen is at the baseline of the text; i.e., ascending text is in the -y direction.
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.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setname() concatenates the string string to the text field.
swftextfield- setname() は、文字列 string をテキストフィヌルドに結合したす。
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
SWFTEXTFIELD_ALIGN_LEFT, SWFTEXTFIELD_ALIGN_RIGHT, SWFTEXTFIELD_ALIGN_CENTER and SWFTEXTFIELD_ALIGN_JUSTIFY.
swftextfield- align() sets the text field alignment to alignement. Valid values for alignement are: SWFTEXTFIELD_ALIGN_LEFT, SWFTEXTFIELD_ALIGN_RIGHT, SWFTEXTFIELD_ALIGN_CENTER and SWFTEXTFIELD_ALIGN_JUSTIFY.
This function is EXPERIMENTAL.
(PHP 4 = 4.0.5)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
Text Fields are less flexible than swftext() objects - they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts.
swftextfield() creates a new text field object. Text Fields are less flexible than swftext() objects- they can't be rotated, scaled non-proportionally, or skewed, but they can be used as form entries, and they can use browser-defined fonts.
It has the following possibles values:
The optional flags change the text field's behavior. It has the following possibles values:
SWFTEXTFIELD_HASLENGTH
SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
If you don 't set the bounds yourself, Ming makes a poor guess at what the bounds are.
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.
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
Default is fully opaque black.
swftextfield- setcolor() sets the color of the text field. Default is fully opaque black. Color is represented using RGB system.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setfont() sets the text field font to the [browser-defined?] font font.
swftextfield- setfont() sets the text field font to the [browser-defined?] font font.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setheight() sets the font height of this text field font to the given height height.
swftextfield- setheight() sets the font height of this text field font to the given height height. Default is 240.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setindentation() sets the indentation of the first line in the text field, to width.
swftextfield- setindentation() sets the indentation of the first line in the text field, to width.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setleftmargin() sets the left margin width of the text field to width.
swftextfield- setleftmargin() sets the left margin width of the text field to width. Default is 0.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setlinespacing() sets the line spacing of the text field to the height of height.
swftextfield- setlinespacing() sets the line spacing of the text field to the height of height. Default is 40.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setmargins() set both margins at once, for the man on the go.
swftextfield- setmargins() set both margins at once, for the man on the go.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setname() sets the variable name of this text field to name, for form posting and action scripting purposes.
swftextfield- setname() sets the variable name of this text field to name, for form posting and action scripting purposes.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftextfield - setrightmargin() sets the right margin width of the text field to width.
swftextfield- setrightmargin() sets the right margin width of the text field to width. Default is 0.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftext - addstring() returns the rendered width of the string string at the text object's current font, scale, and spacing settings.
swftext- addstring() returns the rendered width of the string string at the text object's current font, scale, and spacing settings.
Warning
(PHP 4 = 4.0.5)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftext() creates a new SWFText object, fresh for manipulating.
swftext() creates a new SWFText object, fresh for manipulating.
SWFText has the following methods: swftext - setfont(), swftext - setheight(), swftext - setspacing(), swftext - setcolor(), swftext - moveto(), swftext - addstring() and swftext - getwidth().
SWFText has the following methods: swftext- setfont(), swftext- setheight(), swftext- setspacing(), swftext- setcolor(), swftext- moveto(), swftext- addstring() and swftext- getwidth().
Example 1. swftext() example
This simple example will draw a big yellow "PHP generates Flash with Ming" text, on white background.
SWFTextField - addstring
䟋 1 swftext() の䟋
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
If either is zero, though, value in that dimension stays the same.
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.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftext - setspacing() changes the current text color.
swftext- setspacing() changes the current text color. Default is black. I think. Color is represented using the RGB system.
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftext - setfont() sets the current font to font.
swftext- setfont() は、カレントのフォントを font に蚭定したす。
Warning
(no version information, might be only in CVS)
The behaviour of this function, the name of this function, and anything else documented about this function may change without notice in a future release of PHP.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
swftext - setheight() sets the current font height to height.
swftext- setheight() sets the current font height to height. Default is 240.
Warning
(no version information, might be only in CVS)
Use this function at your own risk.
この関数は、 実隓的 なステヌタスにありたす。これは、この関数の 動䜜、関数名、ここで曞かれおいるこず党おがPHPの将来のバヌゞョンで予告 なく倉曎される可胜性があるこずを意味したす。泚意を喚起するずずもに自分 のリスクでこの関数を䜿甚しお䞋さい。
Prev
(PHP 4)
The swf_textwidth() function gives the width of the string, str, in pixels, using the current font and font size.
関数 swf_textwidth() は、カレントのフォントおよびフォントサむズ を甚いお文字列 str の幅をピクセル倀で返したす。
Prev
(PHP 4)
The swf_translate() function translates the current transformation by the x, y, and z values given.
関数 swf_translate() は、指定した x, y, and z の倀でカレントの座暙を倉換したす。
Prev
(PHP 4)
The swf_viewport() function selects an area for future drawing for xmin to xmax and ymin to ymax, if this function is not called the area defaults to the size of the screen.
関数 swf_viewport() は描画の範囲ずしお xmin から xmax 、 ymin から ymax たでを 遞択したす。この関数がコヌルされない堎合、描画範囲はデフォルトず しお画面の倧きさになりたす。
(PHP 3 = 3.0.6, PHP 4)
(PHP 3 = 3.0.6, PHP 4)
The number of affected rows by the last query.
返り倀: 盎近のク゚リヌで倉曎されたレコヌドの数。
If the link identifier isn 't specified, the last opened link is assumed.
sybase_affected_rows() は、指定したリンクIDが指 すサヌバヌにおいお盎近の INSERT、UPDATE、DELETE ク゚リヌで倉曎さ れたレコヌドの数を返したす。リンクIDが指定されない堎合、最埌にオヌ プンされたリンクが仮定されたす。
To retrieve the number of rows returned from a SELECT, use sybase_num_rows().
このコマンドは、SELECT 文には䜿甚できたせん。レコヌドを倉曎する 文のみに䜿甚できたす。SELECT から返された行の数を埗たい堎合、 sybase_num_rows() を䜿甚しお䞋さい。
Prev
泚意 この関数は、DB ラむブラリではなく、Sybase ぞの CT ラむブラリむ ンタヌフェヌスを䜿甚しおいる堎合にのみ䜿甚可胜です。
(PHP 3, PHP 4)
(PHP 3, PHP 4)
TRUE on success, FALSE on error
返り倀: 成功時に TRUE 、゚ラヌ時に FALSE を返したす。
If the link identifier isn 't specified, the last opened link is assumed.
sybase_close() は、指定されたリンクIDが指す Sybaseデヌタベヌスぞのリンクを閉じたす。 リンクIDが指定されない堎合、最埌にオヌプンされたリンクが指定されたず 仮定されたす。
sybase_close() will not close persistent links generated by sybase_pconnect().
持続的でないリンクは、スクリプトの実行終了時に自動的に閉じられるため、 この関数は、通垞の堎合コヌルする必芁がないこずに泚意しおください。
Prev
sybase_close() は、 sybase_pconnect() により生成された持続的なリン クは閉じたせん。
sybase_affected_rows
sybase_connect() および sybase_pconnect() も参照䞋さい。
Prev
(PHP 3, PHP 4)
Returns:
成功時に正のSybaseリンクID、゚ラヌ時に FALSE を返したす。
sybase_connect() establishes a connection to a Sybase server.
sybase_connect() は、Sybaseサヌバヌぞの接続を確 立したす。匕数servernameは、'interfaces'ファむル䞭で定矩された有 効なサヌバヌ名である必芁がありたす。
In case a second call is made to sybase_connect() with the same arguments, no new link will be established, but instead, the link identifier of the already opened link will be returned.
同じ匕数で sybase_connect() を2床コヌルした堎合、 新たなリンクは確立されず、代わりに既にオヌプンされたリンクのリン クIDが返されたす。
See also sybase_pconnect(), sybase_close().
sybase_close() をコヌルするこずにより明瀺的に 閉じた堎合を陀き、サヌバヌぞのリンクはスクリプトの実行終了時に 閉じられたす。
Home
sybase_pconnect() および sybase_close() も参照䞋さい。
(PHP 3, PHP 4)
(PHP 3, PHP 4)
TRUE on success, FALSE on failure
返り倀: 成功時に TRUE 、倱敗の堎合に FALSE
The next call to sybase_fetch_row() would return that row.
sybase_data_seek() は、指定された結果IDを指す Sybase結果の内郚行ポむンタを指定した行番号ぞのポむンタに移動したす。 sybase_fetch_row() を次にコヌルした堎合、 その行が返されたす。