Поиск по:old.hcs.cmc.msu.ru -
Поискать по всем серверам
На этой странице приведены все страницы сервера old.hcs.cmc.msu.ru ,которые мы индексируем. Показаны документы 1261 - 1280 из 3520.
Упорядочить по:
URL
|
дате изменения
1261. pdf_get_pdi_value
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_get_pdi_value -- Gets some PDI numerical parameters . string pdf_get_pdi_value ( int pdf object, string key, int doc, int page, int index) . Get the contents of some PDI document parameter with numerical type. Prev . Home . Next . pdf_get_pdi_parameter . Up . pdf_get_majorversion
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-pdi-value.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1262. pdf_get_image_width
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_get_image_width -- Returns width of an image . string pdf_get_image_width ( int pdf object, int image) . The pdf_get_image_width() is deprecated, use pdf_get_value() instead. Prev . Home . Next . pdf_get_image_height . Up . pdf_get_parameter
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-image-width.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1263. pdf_get_parameter
. PHP Manual . Prev . Next . (PHP 4 ) pdf_get_parameter -- Gets certain parameters . string pdf_get_parameter ( int pdf object, string key [, float modifier]) . Get the contents of some PDFlib parameter with string type. Prev . Home . Next . pdf_get_image_width . Up . pdf_get_pdi_parameter
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-parameter.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1264. pdf_get_fontsize
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_get_fontsize -- Deprecated: font handling . Deprecated. See pdf_get_value() . Prev . Home . Next . pdf_get_fontname . Up . pdf_get_image_height
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-fontsize.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1265. pdf_get_image_height
. PHP Manual . Prev . Next . (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_get_image_height -- Returns height of an image . string pdf_get_image_height ( int pdf object, int image) . pdf_get_image_height() is deprecated, use pdf_get_value() instead. Prev . Home . Next . pdf_get_fontsize . Up . pdf_get_image_width
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-image-height.html -- 3.4 Кб -- 03.02.2002
Похожие документы
Похожие документы
1266. pdf_get_font
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_get_font -- Deprecated: font handling . Deprecated. See pdf_get_value() . Prev . Home . Next . pdf_get_buffer . Up . pdf_get_fontname
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-font.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1267. pdf_get_fontname
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) pdf_get_fontname -- Deprecated: font handling . Deprecated. See pdf_get_parameter() . Prev . Home . Next . pdf_get_font . Up . pdf_get_fontsize
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-fontname.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1268. pdf_findfont
PHP Manual . ... PHP 4 >= 4.0.5) pdf_findfont -- Prepare font for later use with pdf_setfont() . int pdf_findfont ( int pdf object, string fontname, string encoding, int embed) . Prepare a font for later use with pdf_setfont() . ... Example 1. pdf_findfont() example . php $font = pdf_findfont($pdf, "Times New Roman", "winansi", 1); if ($font) { pdf_setfont($pdf, $font, 10); } ?> ... pdf_fill_stroke . ... pdf_get_buffer ...
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-findfont.html -- 4.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1269. pdf_get_buffer
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_get_buffer -- Fetch the buffer containig the generated PDF data. string pdf_get_buffer ( int pdf object) . Get the contents of the PDF output buffer. The result must be used by the client before calling any other PDFlib function. Prev . Home . Next . pdf_findfont . Up . pdf_get_font
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-get-buffer.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1270. pdf_fill_stroke
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_fill_stroke -- Fills and strokes current path . void pdf_fill_stroke ( int pdf object) . Fill and stroke the path with the current fill and stroke color. Prev . Home . Next . pdf_fill . Up . pdf_findfont
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-fill-stroke.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1271. pdf_fill
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_fill -- Fills current path . void pdf_fill_stroke ( int pdf object) . Fill the interior of the path with the current fill color. Prev . Home . Next . pdf_end_template . Up . pdf_fill_stroke
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-fill.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1272. pdf_end_pattern
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_end_pattern -- Finish pattern . void pdf_end_pattern ( int pdf object) . Finish the pattern definition. Prev . Home . Next . pdf_endpath . Up . pdf_end_template
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-end-pattern.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1273. pdf_end_template
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_end_template -- Finish template . void pdf_end_template ( int pdf object) . Finish the template definition. Prev . Home . Next . pdf_end_pattern . Up . pdf_fill
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-end-template.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1274. pdf_endpath
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_endpath -- Deprecated: Ends current path . Deprecated, use one of the stroke, fill, or clip functions instead. Prev . Home . Next . pdf_end_page . Up . pdf_end_pattern
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-endpath.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1275. pdf_delete
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_delete -- Deletes a PDF object . void pdf_delete ( int pdf object) . Delete the PDF object, and free all internal resources. Prev . Home . Next . pdf_curveto . Up . pdf_end_page
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-delete.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1276. pdf_end_page
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_end_page -- Ends a page . void pdf_end_page ( int pdf object) . Finish the page. Prev . Home . Next . pdf_delete . Up . pdf_endpath
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-end-page.html -- 3.2 Кб -- 03.02.2002
Похожие документы
Похожие документы
1277. pdf_continue_text
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_continue_text -- Outputs text in next line . void pdf_continue_text ( int pdf object, string text) . Print text at the next line. The spacing between lines is determined by the leading parameter. Prev . Home . Next . pdf_concat . Up . pdf_curveto
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-continue-text.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1278. pdf_curveto
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) pdf_curveto -- Draws a curve . void pdf_curveto ( int pdf object, float x1, float y1, float x2, float y2, float x3, float y3) . Draw a Bezier curve from the current point, using 3 more control points. Prev . Home . Next . pdf_continue_text . Up . pdf_delete
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-curveto.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1279. pdf_close_pdi_page
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_close_pdi_page -- Close the page handle . void pdf_close_pdi_page ( int pdf object, int pagehandle) . Close the page handle, and free all page-related resources. Prev . Home . Next . pdf_close_pdi . Up . pdf_concat
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-close-pdi-page.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы
1280. pdf_concat
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.5) pdf_concat -- Concatenate a matrix to the CTM . void pdf_concat ( int pdf object, float a, float b, float c, float d, float e, float f) . Concatenate a matrix to the CTM. Prev . Home . Next . pdf_close_pdi_page . Up . pdf_continue_text
[
Сохраненная копия
]
Ссылки http://old.hcs.cmc.msu.ru/php/function.pdf-concat.html -- 3.3 Кб -- 03.02.2002
Похожие документы
Похожие документы