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

В начало ] Пред. | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2921. curl_exec
PHP Manual . Prev . Next . PHP 4 >= 4.0.2) curl_exec -- Perform a CURL session . bool curl_exec ( int ch) . This function is should be called after you initialize a CURL session and all the options for the session are set. ... Tip: As with anything that outputs its result directly to the browser, you can use the output-control functions to capture the output of this function, and save it - for example - in a string . ... curl_setopt . ... curl_close ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.curl-exec.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2922. curl_version
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) curl_version -- Return the current CURL version . string curl_version ( (void);) . The curl_version() function returns a string containing the current CURL version. Prev . Home . Next . curl_close . Up . curl_errno
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.curl-version.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2923. curl_setopt
PHP Manual . ... PHP 4 >= 4.0.2) curl_setopt -- Set an option for a CURL transfer . bool curl_setopt ( int ch, string option, mixed value) . The curl_setopt() function will set options for a CURL session identified by the ch parameter. ... CURLOPT_FAILONERROR : Set this option to a non-zero value if you want PHP to fail silently if the HTTP code returned is greater than 300. ... CURLOPT_POST : Set this option to a non-zero value if you want PHP to do a regular HTTP POST. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.curl-setopt.html -- 15.7 Кб -- 03.02.2002
Похожие документы

2924. curl_init
PHP Manual . ... PHP 4 >= 4.0.2) curl_init -- Initialize a CURL session . int curl_init ( [string url]) . The curl_init() will initialize a new session and return a CURL handle for use with the curl_setopt() , curl_exec() , and curl_close() functions. ... php $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL, "http://www.zend.com/"); curl_setopt ($ch, CURLOPT_HEADER, 0); curl_exec ($ch); curl_close ($ch); ?> See also: curl_close() , curl_setopt() . ... CURL, Client URL Library Functions . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.curl-init.html -- 4.5 Кб -- 03.02.2002
Похожие документы

2925. crack_check
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) crack_check -- Performs an obscure check with the given password . bool crack_check ( [resource dictionary, string password]) . Returns TRUE if password is strong, or FALSE otherwise. ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. crack_check() performs an obscure check with the given password on the specified dictionary . If dictionary is not specified, the last opened dictionary is used. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.crack-check.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2926. crack_getlastmessage
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) crack_getlastmessage -- Returns the message from the last obscure check . string crack_getlastmessage ( (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. crack_getlastmessage() returns the message from the last obscure check. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.crack-getlastmessage.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2927. Crack functions
... These functions allow you to use the CrackLib library to test the 'strength' of a password. ... php // Open CrackLib Dictionary $dictionary = crack_opendict('/usr/local/lib/pw_dict') or die('Unable to open CrackLib dictionary'); // Perform password check $check = crack_check($dictionary, 'gx9A2s0x'); // Retrieve messages $diag = crack_getlastmessage(); echo $diag; // 'strong password' // Close dictionary crack_closedict($dictionary); ?> ... crack_opendict -- Opens a new CrackLib dictionary . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.crack.html -- 5.5 Кб -- 03.02.2002
Похожие документы

2928. crack_closedict
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) crack_closedict -- Closes an open CrackLib dictionary . ... 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. crack_closedict() closes the specified dictionary identifier. If dictionary is not specified, the current dictionary is closed. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.crack-closedict.html -- 4.0 Кб -- 03.02.2002
Похожие документы

2929. crack_opendict
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) crack_opendict -- Opens a new CrackLib dictionary . resource crack_opendict ( string dictionary) . ... This function is EXPERIMENTAL . ... Be warned and use this function at your own risk. crack_opendict() opens the specified CrackLib dictionary for use with crack_check() . Note: Only one dictionary may be open at a time. See also: crack_check() , and crack_closedict() . ... Crack functions . ... crack_closedict ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.crack-opendict.html -- 4.3 Кб -- 03.02.2002
Похожие документы

2930. cpdf_set_action_url
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_action_url -- Sets hyperlink . void cpdf_set_action_url ( int pdfdoc, float xll, float yll, float xur, float xur, string url [, int mode]) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cpdf_translate . Up . Crack functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-set-action-url.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2931. ClibPDF functions
... ClibPDF lets you create PDF documents with PHP. ... php $ radius = 200; $margin = 20; $pagecount = 40; $ pdf = cpdf _open(0); cpdf _set_creator($ pdf , pdf _clock.php3 ); cpdf _set_title($ pdf , Analog Clock ); while($pagecount-- 0) { cpdf _page_init($ pdf , $pagecount+1, 0, 2 * ($ radius + $margin), 2 * ($ radius + $margin), 1.0); cpdf _set_page_animation($ pdf , 4, 0.5, 0, 0, 0); /* wipe */ cpdf _translate($ pdf , $ ... cpdf_set_creator -- Sets the creator field in the pdf document ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.cpdf.html -- 17.4 Кб -- 03.02.2002
Похожие документы

2932. cpdf_text
... 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_text -- Output text with parameters . void cpdf_text ( int pdf document, string text, float x-coor, float y-coor [, int mode [, float orientation [, int alignmode]]]) . The cpdf_text() function outputs the string text at position with coordinates ( x-coor , y-coor ). The optional parameter mode determines the unit length. ... The optional parameter alignmode determines how the text is aligned. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-text.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2933. cpdf_translate
PHP Manual . Prev . Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_translate -- Sets origin of coordinate system . void cpdf_translate ( int pdf document, float x-coor, float y-coor [, int mode]) . The cpdf_translate() function set the origin of coordinate system to the point ( x-coor , y-coor ). The optional parameter mode determines the unit length. ... Otherwise the coordinates are measured in postscript points disregarding the current unit. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-translate.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2934. cpdf_set_viewer_preferences
. PHP Manual . Prev . Next . (3.0.9 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_set_viewer_preferences -- How to show the document in the viewer . void cpdf_set_viewer_preferences ( int pdfdoc, array preferences) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cpdf_set_font_map_file . Up . cpdf_stroke
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-set-viewer-preferences.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2935. cpdf_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_stroke -- Draw line along path . void cpdf_stroke ( int pdf document) . The cpdf_stroke() function draws a line along current path. See also cpdf_closepath() , cpdf_closepath_stroke() . Prev . Home . Next . cpdf_set_viewer_preferences . Up . cpdf_text
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-stroke.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2936. cpdf_set_font_directories
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) cpdf_set_font_directories -- Sets directories to search when using external fonts . void cpdf_set_font_directories ( int pdfdoc, string pfmdir, string pfbdir) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cpdf_stringwidth . Up . cpdf_set_font_map_file
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-set-font-directories.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2937. cpdf_set_font_map_file
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.6) cpdf_set_font_map_file -- Sets fontname to filename translation map when using external fonts . void cpdf_set_font_map_file ( int pdfdoc, string filename) . Warning . This function is currently not documented, only the argument list is available. Prev . Home . Next . cpdf_set_font_directories . Up . cpdf_set_viewer_preferences
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-set-font-map-file.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2938. cpdf_show_xy
... Next . 3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_show_xy -- Output text at position . void cpdf_show_xy ( int pdf document, string text, float x-coor, float y-coor [, int mode]) . The cpdf_show_xy() function outputs the string text at position with coordinates ( x-coor , y-coor ). The optional parameter mode determines the unit length. ... Note: The function cpdf_show_xy() is identical to cpdf_text() without the optional parameters. See also cpdf_text() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-show-xy.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2939. cpdf_stringwidth
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_stringwidth -- Returns width of text in current font . float cpdf_stringwidth ( int pdf document, string text) . The cpdf_stringwidth() function returns the width of the string in text . It requires a font to be set before. See also cpdf_set_font() . Prev . Home . Next . cpdf_show_xy . Up . cpdf_set_font_directories
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-stringwidth.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2940. cpdf_setrgbcolor_stroke
. PHP Manual . Prev . Next . (3.0.8 - 3.0.18 only, PHP 4 >= 4.0.0) cpdf_setrgbcolor_stroke -- Sets drawing color to rgb color value . void cpdf_setrgbcolor_stroke ( int pdf document, float red value, float green value, float blue value) . The cpdf_setrgbcolor_stroke() function sets the current drawing color to the given rgb color value. See also cpdf_setrgbcolor_fill() , cpdf_setrgbcolor() . Prev . Home . Next . cpdf_setrgbcolor_fill . Up . cpdf_show
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.cpdf-setrgbcolor-stroke.html -- 3.7 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | След.В конец ]

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