XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:oit.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера oit.cmc.msu.ru ,которые мы индексируем. Показаны документы 1881 - 1900 из 3520.

В начало ] Пред. | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1881. SWFMovie->nextframe
PHP Manual . Prev . Next . unknown) SWFMovie->nextframe -- Moves to the next frame of the animation. void swfmovie->nextframe ( (void);) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->setframes() moves to the next frame of the animation. ... SWFMovie->setframes . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.nextframe.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1882. SWFMovie->setframes
PHP Manual . Prev . Next . unknown) SWFMovie->setframes -- Sets the total number of frames in the animation. void swfmovie->setframes ( string numberofframes) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfmovie->setframes() sets the total number of frames in the animation to numberofframes . ... SWFMovie->setdimension . ... SWFMovie->nextframe ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.setframes.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1883. SWFMovie->setdimension
PHP Manual . Prev . Next . unknown) SWFMovie->setdimension -- Sets the movie's width and height. void swfmovie->setdimension ( int width, int height) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->setdimension() sets the movie's width to width and height to height . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.setdimension.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1884. SWFMovie->setrate
PHP Manual . Prev . Next . unknown) SWFMovie->setrate -- Sets the animation's frame rate. void swfmovie->setrate ( int rate) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->setrate() sets the frame rate to rate , in frame per seconds. ... SWFMovie->setbackground . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.setrate.html -- 4.1 Кб -- 03.02.2002
Похожие документы

1885. SWFMovie->remove
PHP Manual . ... Next . unknown) SWFMovie->remove -- Removes the object instance from the display list. void swfmovie->remove ( resource instance) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. swfmovie->remove() removes the object instance instance from the display list. See also swfmovie->add() . ... SWFMovie->add . ... SWFMovie->setbackground ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.remove.html -- 4.0 Кб -- 03.02.2002
Похожие документы

1886. SWFMovie->setbackground
PHP Manual . Prev . Next . unknown) SWFMovie->setbackground -- Sets the background color. void swfmovie->setbackground ( int red, int green, int blue) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->setbackground() sets the background color. ... SWFMovie->remove . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.setbackground.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1887. SWFMovie->add
PHP Manual . Prev . Next . unknown) SWFMovie->add -- Adds any type of data to a movie. void swfmovie->add ( ressource instance) . ... Be warned and use this function at your own risk. swfmovie->add() adds instance to the current movie. instance is any type of data : Shapes, text, fonts, etc. must all be add'ed to the movie to make this work. ... Thus, you can add the same shape to a movie multiple times and get separate handles back for each separate instance. ... SWFMovie->save . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.add.html -- 4.5 Кб -- 03.02.2002
Похожие документы

1888. SWFMovie->save
PHP Manual . Prev . Next . unknown) SWFMovie->save -- Saves your movie in a file. void swfmovie->save ( string filename) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->save() saves your movie to the file named filename . See also output() . ... SWFMovie->output . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.save.html -- 3.9 Кб -- 03.02.2002
Похожие документы

1889. SWFMovie
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) SWFMovie -- Creates a new movie object, representing an SWF version 4 movie. new swfmovie ( (void);) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie() creates a new movie object, representing an SWF version 4 movie. ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.html -- 4.6 Кб -- 03.02.2002
Похожие документы

1890. SWFMovie->output
PHP Manual . Prev . Next . unknown) SWFMovie->output -- Dumps your lovingly prepared movie out. void swfmovie->output ( (void);) . ... This function is EXPERIMENTAL . The behaviour of this function, the name of this function, and anything else documented about this function may change in a future release of PHP without notice. Be warned and use this function at your own risk. swfmovie->output() dumps your lovingly prepared movie out. In PHP, preceding this with the command . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfmovie.output.html -- 4.4 Кб -- 03.02.2002
Похожие документы

1891. ming_useswfversion
. PHP Manual . Prev . Next . (PHP 4 CVS only) ming_useswfversion -- Use SWF version (?) . void ming_useswfversion ( int version) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ming_setscale . Up . swfbutton_keypress
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ming-useswfversion.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1892. swfbutton_keypress
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) swfbutton_keypress -- Returns the action flag for keyPress(char) . int swfbutton_keypress ( string str) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ming_useswfversion . Up . SWFMovie
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.swfbutton-keypress.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1893. ming_setcubicthreshold
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ming_setcubicthreshold -- Set cubic threshold (?) . void ming_setcubicthreshold ( int threshold) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . Ming functions for Flash . Up . ming_setscale
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ming-setcubicthreshold.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1894. ming_setscale
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) ming_setscale -- Set scale (?) . void ming_setscale ( int scale) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . ming_setcubicthreshold . Up . ming_useswfversion
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.ming-setscale.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1895. mssql_rows_affected
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) mssql_rows_affected -- Returns the number of records affected by the query . int mssql_rows_affected ( int conn_id) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_init . Up . Ming functions for Flash
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.mssql-rows-affected.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1896. Microsoft SQL Server functions
... The MSSQL extension is available on Win32 systems only. ... These functions allow you to access MS SQL Server database. ... mssql_fetch_field -- Get field information . ... mssql_free_result -- Free result memory . ... mssql_num_fields -- Get number of fields in result . mssql_num_rows -- Get number of rows in result . ... mssql_bind -- Adds a parameter to a stored procedure or a remote stored procedure . mssql_execute -- Executes a stored procedure on a MS-SQL server database . ...
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/ref.mssql.html -- 7.4 Кб -- 03.02.2002
Похожие документы

1897. mssql_guid_string
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) mssql_guid_string -- Converts a 16 byte binary GUID to a string . string mssql_guid_string ( string binary [, int short_format]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_fetch_batch . Up . mssql_init
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.mssql-guid-string.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1898. mssql_init
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) mssql_init -- Initializes a stored procedure or a remote stored procedure . int mssql_init ( string sp_name [, int conn_id]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_guid_string . Up . mssql_rows_affected
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.mssql-init.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1899. mssql_fetch_assoc
. PHP Manual . Prev . Next . (PHP 4 CVS only) mssql_fetch_assoc -- Returns an associative array of the current row in the result set specified by result_id . array mssql_fetch_assoc ( int result_id [, int result_type]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_execute . Up . mssql_fetch_batch
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.mssql-fetch-assoc.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1900. mssql_fetch_batch
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.4) mssql_fetch_batch -- Returns the next batch of records . int mssql_fetch_batch ( string result_index) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . mssql_fetch_assoc . Up . mssql_guid_string
[ Сохраненная копия ]  Ссылки http://oit.cmc.msu.ru/php/function.mssql-fetch-batch.html -- 3.5 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования