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

В начало ] Пред. | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1181. assert
... int assert ( string|bool assertion) . ... php // Active assert and make it quiet assert_options (ASSERT_ACTIVE, 1); assert_options (ASSERT_WARNING, 0); assert_options (ASSERT_QUIET_EVAL, 1); // Create a handler function function my_assert_handler ($file, $line, $code) { echo "<hr>Assertion Failed: File '$file'<br> Line '$line'<br> Code '$code'<br><hr>"; } // Set up the callback assert_options (ASSERT_CALLBACK, 'my_assert_handler'); // Make an assertion that should fail assert ('mysql_query ("")'); ?...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.assert.html -- 6.5 Кб -- 03.02.2002
Похожие документы

1182. pfpro_process_raw
... PHP 4 >= 4.0.2) pfpro_process_raw -- Process a raw transaction with Payflow Pro . string pfpro_process_raw ( string parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]]) . Returns: A string containing the response. pfpro_process_raw() processes a raw transaction string with Payflow Pro. ... The return value is a string containing the raw response. ... Payflow Pro raw example . ... pfpro_process . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pfpro-process-raw.html -- 5.0 Кб -- 03.02.2002
Похожие документы

1183. pfpro_version
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) pfpro_version -- Returns the version of the Payflow Pro software . string pfpro_version ( (void);) . pfpro_version() returns the version string of the Payflow Pro library. At the time of writing, this was L211. Prev . Home . Next . pfpro_process_raw . Up . PHP Options&Information
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pfpro-version.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1184. Verisign Payflow Pro functions
PHP Manual . ... This extension allows you to process credit cards and other financial transactions using Verisign Payment Services, formerly known as Signio ( http://www.verisign.com/payment/ ). ... When using these functions, you may omit calls to pfpro_init() and pfpro_cleanup() as this extension will do so automatically if required. ... Be sure to read the Payflow Pro Developers Guide for full details of the required parameters. ... pfpro_init -- Initialises the Payflow Pro library . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/ref.pfpro.html -- 5.8 Кб -- 03.02.2002
Похожие документы

1185. pfpro_cleanup
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) pfpro_cleanup -- Shuts down the Payflow Pro library . void pfpro_cleanup ( (void);) . pfpro_cleanup() is used to shutdown the Payflow Pro library cleanly. It should be called after you have processed any transactions and before the end of your script. However you may omit this call, in which case this extension will automatically call pfpro_cleanup() after your script terminates. See also pfpro_init() . Prev . Home . Next . pfpro_init . Up . pfpro_process
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pfpro-cleanup.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1186. pfpro_process
... PHP 4 >= 4.0.2) pfpro_process -- Process a transaction with Payflow Pro . array pfpro_process ( array parameters [, string address [, int port [, int timeout [, string proxy address [, int proxy port [, string proxy logon [, string proxy password]]]]]]]) . Returns: An associative array containing the response . pfpro_process() processes a transaction with Payflow Pro. ... The second parameter is optional and specifies the host to connect to. ... It defaults to 443, the standard SSL port. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pfpro-process.html -- 5.8 Кб -- 03.02.2002
Похожие документы

1187. pfpro_init
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) pfpro_init -- Initialises the Payflow Pro library . void pfpro_init ( (void);) . pfpro_init() is used to initialise the Payflow Pro library. You may omit this call, in which case this extension will automatically call pfpro_init() before the first transaction. See also pfpro_cleanup() . Prev . Home . Next . Verisign Payflow Pro functions . Up . pfpro_cleanup
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pfpro-init.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1188. pdf_stroke
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_stroke -- Draws line along path . void pdf_stroke ( int pdf object) . Stroke the path with the current color and line width, and clear it. Prev . Home . Next . pdf_stringwidth . Up . pdf_translate
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-stroke.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1189. pdf_translate
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_translate -- Sets origin of coordinate system . void pdf_translate ( int pdf object, float tx, float ty) . Translate the origin of the coordinate system. Prev . Home . Next . pdf_stroke . Up . Verisign Payflow Pro functions
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-translate.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1190. PDF functions
... The PDF functions in PHP can create PDF files using the PDFlib library created by Thomas Merz . ... pdf_get_value() passing "font" as the second parameter. pdf_get_fontsize() . ... pdf_set_font() . ... php $ radius = 200; $margin = 20; $pagecount = 10; $ pdf = pdf _new(); if (! pdf _open_file($ pdf , )) { print error; exit; }; pdf _set_ parameter ($ pdf , warning , true ); pdf _set_info($ pdf , Creator , pdf _clock.php ); pdf _set_info($ pdf , Author , Uwe Steinmann ); pdf _set_info(...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/ref.pdf.html -- 34.7 Кб -- 03.02.2002
Похожие документы

1191. pdf_stringwidth
... Next . 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_stringwidth -- Returns width of text using current font . float pdf_stringwidth ( int pdf object, string text [, int font [, float size]]) . ... If the optional parameters font and size are specified, the width will be calculated using that font and size instead. Please note that font is a font handle returned by pdf_findfont() . Note: Both the font and size parameters must used together. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-stringwidth.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1192. pdf_show_xy
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_show_xy -- Output text at given position . void pdf_show_xy ( int pdf object, string text, float x, float y) . Print text in the current font at (x, y). Prev . Home . Next . pdf_show_boxed . Up . pdf_skew
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-show-xy.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1193. pdf_skew
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_skew -- Skews the coordinate system . void pdf_skew ( int pdf object, float alpha, float beta) . Skew the coordinate system in x and y direction by alpha and beta degrees. Prev . Home . Next . pdf_show_xy . Up . pdf_stringwidth
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-skew.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1194. pdf_show_boxed
... PHP 4 >= 4.0.0) pdf_show_boxed -- Output text in a box . int pdf_show_boxed ( int pdf object, string text, float left, float top, float width, float height, string hmode [, string feature]) . ... If width and height are 0, only a single line is placed at the point (left, top) in the requested mode. Returns the number of characters that did not fit in the specified box. Returns 0 if all characters fit or the width and height parameters were set to 0 for single-line formattting. ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-show-boxed.html -- 3.8 Кб -- 03.02.2002
Похожие документы

1195. pdf_show
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_show -- Output text at current position . void pdf_show ( int pdf object, string text) . Print text in the current font and size at the current position. Prev . Home . Next . pdf_set_word_spacing . Up . pdf_show_boxed
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-show.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1196. pdf_set_value
. PHP Manual . Prev . Next . (PHP 4 ) pdf_set_value -- Sets certain numerical value . void pdf_set_value ( int pdf object, string key, float value) . Set the value of some PDFlib parameter with float type. Prev . Home . Next . pdf_set_text_matrix . Up . pdf_set_word_spacing
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-set-value.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1197. pdf_set_word_spacing
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_set_word_spacing -- Depriciated: Sets spacing between words . Deprecated. See also pdf_set_value() , . Prev . Home . Next . pdf_set_value . Up . pdf_show
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-set-word-spacing.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1198. pdf_set_text_rise
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_set_text_rise -- Deprecated: Sets the text rise . Deprecated. See pdf_set_value() , . Prev . Home . Next . pdf_set_text_rendering . Up . pdf_set_text_matrix
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-set-text-rise.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1199. pdf_set_text_matrix
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only) pdf_set_text_matrix -- Deprecated: Sets the text matrix . See pdf_set_paramter() . Prev . Home . Next . pdf_set_text_rise . Up . pdf_set_value
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-set-transition.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1200. pdf_set_text_pos
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_set_text_pos -- Sets text position . void pdf_set_text_pos ( int pdf object, float x, float y) . Set the text output position. Prev . Home . Next . pdf_set_parameter . Up . pdf_set_text_rendering
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-set-text-pos.html -- 3.3 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | След.В конец ]

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