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

В начало ] Пред. | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | След.В конец ]

Упорядочить по: URL  |  дате изменения
1241. pdf_open_pdi_page
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_open_pdi_page -- Prepare a page . int pdf_open_pdi_page ( int pdf object, int dochandle, int pagenumber, string pagelabel) . Prepare a page for later use with pdf_place_image() . Prev . Home . Next . pdf_open_pdi . Up . pdf_open_png
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-pdi-page.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1242. pdf_open_png
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_open_png -- Deprecated: Opens a PNG image . Deprecated. See pdf_open_image() . Prev . Home . Next . pdf_open_pdi_page . Up . pdf_open_tiff
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-png.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1243. pdf_open_memory_image
... 3.0.10 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_open_memory_image -- Opens an image created with PHP's image functions . ... The pdf_open_memory_image() function takes an image created with the PHP's image functions and makes it available for the pdf object. ... php $im = ImageCreate(100, 100); $col = ImageColorAllocate($im, 80, 45, 190); ImageFill($im, 10, 10, $col); $pim = pdf_open_memory_image($pdf, $im); ImageDestroy($im); pdf_place_image($pdf, $pim, 100, 100, 1); pdf_close_image($pdf, $pim); ?> ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-memory-image.html -- 4.2 Кб -- 03.02.2002
Похожие документы

1244. pdf_open_pdi
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_open_pdi -- Opens a PDF file . int pdf_open_pdi ( int pdf object, string filename, string stringparam, int intparam) . Open an existing PDF document for later use. Prev . Home . Next . pdf_open_memory_image . Up . pdf_open_pdi_page
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-pdi.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1245. pdf_open_image_file
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_open_image_file -- Reads an image from a file . int pdf_open_image_file ( int PDF-document, string imagetype, string filename [, string stringparam [, string intparam]]) . Open an image file. Supported types are "jpeg", "tiff", "gif", and "png". stringparam is either "", "mask", "masked", or "page". intparam is either 0, the image id of the applied mask, or the page. Prev . Home . Next . pdf_open_image . Up . pdf_open_jpeg
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-image-file.html -- 3.6 Кб -- 03.02.2002
Похожие документы

1246. pdf_open_jpeg
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_open_jpeg -- Deprecated: Opens a JPEG image . Deprecated. See also pdf_open_image() , . Prev . Home . Next . pdf_open_image_file . Up . pdf_open_memory_image
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-jpeg.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1247. pdf_open_gif
. PHP Manual . Prev . Next . (3.0.7 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_open_gif -- Deprecated: Opens a GIF image . Deprecated. See pdf_open_image() , . Prev . Home . Next . pdf_open_file . Up . pdf_open_image
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-gif.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1248. pdf_open_image
PHP Manual . Prev . Next . PHP 4 >= 4.0.5) pdf_open_image -- Versatile function for images . int pdf_open_image ( int PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params) . Use image data from a variety of data sources. Supported types are "jpeg", "ccitt", "raw". Supported sources are "memory", "fileref", "url". len is only used for type="raw", params is only used for type="ccitt". ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-image.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1249. pdf_open_CCITT
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_open_CCITT -- Opens a new image file with raw CCITT data . int pdf_open_CCITT ( int pdf object, string filename, int width, int height, int BitReverse, int k, int Blackls1) . Open a raw CCITT image. Prev . Home . Next . pdf_open . Up . pdf_open_file
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-ccitt.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1250. pdf_open_file
PHP Manual . ... PHP 4 >= 4.0.5) pdf_open_file -- Opens a new pdf object . ... php $pdf = pdf_new(); pdf_open_file($pdf); pdf_begin_page($pdf, 595, 842); pdf_set_font($pdf, "Times-Roman", 30, "host"); pdf_set_value($pdf, "textrendering", 1); pdf_show_xy($pdf, "A PDF document created in memory!", 50, 750); pdf_end_page($pdf); pdf_close($pdf); $data = pdf_get_buffer($pdf); header("Content-type: application/pdf"); header("Content-disposition: inline; filename=test.pdf"); header("Content-length: " . ...
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open-file.html -- 4.4 Кб -- 03.02.2002
Похожие документы

1251. pdf_new
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_new -- Creates a new pdf object . int pdf_new ( ) . Create a new PDF object, using default error handling and memory management. Prev . Home . Next . pdf_moveto . Up . pdf_open
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-new.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1252. pdf_open
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_open -- Deprecated: Open a new pdf object . pdf_open() is deprecated, use pdf_new() plus pdf_open_file() instead. See also pdf_new() , pdf_open_file() . Prev . Home . Next . pdf_new . Up . pdf_open_CCITT
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-open.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1253. pdf_makespotcolor
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_makespotcolor -- Makes a spotcolor . void pdf_makespotcolor ( int pdf object, string spotname) . Make a named spot color from the current color. Prev . Home . Next . pdf_lineto . Up . pdf_moveto
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-makespotcolor.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1254. pdf_moveto
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_moveto -- Sets current point . void pdf_moveto ( int pdf object, float x, float y) . Set the current point. Note: The current point for graphics and the current text output position are maintained separately. See pdf_set_text_pos() to set the text output position. Prev . Home . Next . pdf_makespotcolor . Up . pdf_new
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-moveto.html -- 3.5 Кб -- 03.02.2002
Похожие документы

1255. pdf_lineto
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_lineto -- Draws a line . void pdf_lineto ( int pdf object, float x, float y) . Draw a line from the current point to ( x , y ). Prev . Home . Next . pdf_initgraphics . Up . pdf_makespotcolor
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-lineto.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1256. pdf_get_value
. PHP Manual . Prev . Next . (PHP 4 ) pdf_get_value -- Gets certain numerical value . float pdf_get_value ( int pdf object, string key [, float modifier]) . Get the contents of some PDFlib parameter with float type. Prev . Home . Next . pdf_get_minorversion . Up . pdf_initgraphics
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-value.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1257. pdf_initgraphics
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_initgraphics -- Resets graphic state . void pdf_initgraphics ( int pdf object) . Reset all implicit color and graphics state parameters to their defaults. Prev . Home . Next . pdf_get_value . Up . pdf_lineto
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-initgraphics.html -- 3.2 Кб -- 03.02.2002
Похожие документы

1258. pdf_get_majorversion
. PHP Manual . Prev . Next . (PHP 4 CVS only) pdf_get_majorversion -- Returns the major version number of the PDFlib . int pdf_get_majorversion ( (void);) . Returns the major version number of the PDFlib. Prev . Home . Next . pdf_get_pdi_value . Up . pdf_get_minorversion
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-majorversion.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1259. pdf_get_minorversion
. PHP Manual . Prev . Next . (PHP 4 CVS only) pdf_get_minorversion -- Returns the minor version number of the PDFlib . int pdf_get_majorversion ( (void);) . Returns the minor version number of the PDFlib. Prev . Home . Next . pdf_get_majorversion . Up . pdf_get_value
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-minorversion.html -- 3.3 Кб -- 03.02.2002
Похожие документы

1260. pdf_get_pdi_parameter
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_get_pdi_parameter -- Get some PDI string parameters . string pdf_get_pdi_parameter ( int pdf object, string key, int doc, int page, int index) . Get the contents of some PDI document parameter with string type. Prev . Home . Next . pdf_get_parameter . Up . pdf_get_pdi_value
[ Сохраненная копия ]  Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-pdi-parameter.html -- 3.3 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | След.В конец ]

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