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

В начало ] Пред. | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | След.В конец ]

Упорядочить по: URL  |  дате изменения
2581. fdf_set_encoding
. PHP Manual . Prev . Next . (PHP 4 >= 4.1.0) fdf_set_encoding -- Sets FDF character encoding . bool fdf_set_encoding ( int fdf_document, string encoding) . fdf_set_encoding() sets the character encoding in FDF document fdf_document . encoding should be the valid encoding name. The valid encoding name in Acrobat 5.0 are " Shift-JIS ", " UHC ", " GBK "," BigFive ". The fdf_set_encoding() is available in PHP 4.1.0 or later. Prev . Home . Next . fdf_set_javascript_action . Up . fdf_add_template
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-encoding.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2582. Forms Data Format functions
... Forms Data Format (FDF) is a format for handling forms within PDF documents. ... php // Save the FDF data into a temp file $fdffp = fopen( test. fdf , w ); fwrite($fdffp, $HTTP_ FDF _ DATA , strlen($HTTP_ FDF _ DATA )); fclose($fdffp); // Open temp file and evaluate data // The pdf form contained several input text fields with the names // volume, date, comment, publisher, preparer, and two checkboxes // show_publisher and show_preparer. $ fdf = fdf _open( test. fdf ); $volume = ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.fdf.html -- 9.6 Кб -- 03.02.2002
Похожие документы

2583. fdf_set_javascript_action
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) fdf_set_javascript_action -- Sets an javascript action of a field . bool fdf_set_javascript_action ( int fdf_document, string fieldname, int trigger, string script) . fdf_set_javascript_action() sets a javascript action for the given field fieldname . See also fdf_set_submit_form_action() . Prev . Home . Next . fdf_set_submit_form_action . Up . fdf_set_encoding
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-javascript-action.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2584. fdf_set_submit_form_action
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) fdf_set_submit_form_action -- Sets a submit form action of a field . bool fdf_set_submit_form_action ( int fdf_document, string fieldname, int trigger, string script, int flags) . The fdf_set_submit_form_action() sets a submit form action for the given field fieldname . See also fdf_set_javascript_action() . Prev . Home . Next . fdf_set_opt . Up . fdf_set_javascript_action
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-submit-form-action.html -- 3.6 Кб -- 03.02.2002
Похожие документы

2585. fdf_set_flags
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) fdf_set_flags -- Sets a flag of a field . bool fdf_set_flags ( int fdf_document, string fieldname, int whichFlags, int newFlags) . The fdf_set_flags() sets certain flags of the given field fieldname . See also fdf_set_opt() . Prev . Home . Next . fdf_get_file . Up . fdf_set_opt
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-flags.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2586. fdf_set_opt
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) fdf_set_opt -- Sets an option of a field . bool fdf_set_opt ( int fdf_document, string fieldname, int element, string str1, string str2) . The fdf_set_opt() sets options of the given field fieldname . See also fdf_set_flags() . Prev . Home . Next . fdf_set_flags . Up . fdf_set_submit_form_action
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-opt.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2587. fdf_get_file
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_get_file -- Get the value of the /F key . string fdf_get_file ( int fdf_document) . The fdf_set_file() returns the value of the /F key. See also fdf_set_file() . Prev . Home . Next . fdf_set_file . Up . fdf_set_flags
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-get-file.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2588. fdf_set_file
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_set_file -- Set the value of the /F key . bool fdf_set_file ( int fdf_document, string filename) . The fdf_set_file() sets the value of the /F key. The /F key is just a reference to a PDF form which is to be populated with data. In a web environment it is a URL (e.g. http:/testfdf/resultlabel.pdf). See also fdf_get_file() and example for fdf_create() . Prev . Home . Next . fdf_get_status . Up . fdf_get_file
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-file.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2589. fdf_get_status
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_get_status -- Get the value of the /STATUS key . string fdf_get_status ( int fdf_document) . The fdf_get_status() returns the value of the /STATUS key. See also fdf_set_status() . Prev . Home . Next . fdf_set_status . Up . fdf_set_file
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-get-status.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2590. fdf_set_status
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_set_status -- Set the value of the /STATUS key . bool fdf_set_status ( int fdf_document, string status) . The fdf_set_status() sets the value of the /STATUS key. See also fdf_get_status() . Prev . Home . Next . fdf_set_ap . Up . fdf_get_status
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-status.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2591. fdf_next_field_name
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_next_field_name -- Get the next field name . string fdf_next_field_name ( int fdf_document [, string fieldname]) . The fdf_next_field_name() function returns the name of the field after the field in fieldname or the field name of the first field if the second parameter is NULL . See also fdf_set_value() , fdf_get_value() . Prev . Home . Next . fdf_set_value . Up . fdf_set_ap
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-next-field-name.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2592. fdf_set_ap
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_set_ap -- Set the appearance of a field . bool fdf_set_ap ( int fdf_document, string field_name, int face, string filename, int page_number) . The fdf_set_ap() function sets the appearance of a field (i.e. the value of the /AP key). The possible values of face are 1=FDFNormalAP, 2=FDFRolloverAP, 3=FDFDownAP. Prev . Home . Next . fdf_next_field_name . Up . fdf_set_status
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-ap.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2593. fdf_get_value
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_get_value -- Get the value of a field . string fdf_get_value ( int fdf_document, string fieldname) . The fdf_get_value() function returns the value of a field. See also fdf_set_value() . Prev . Home . Next . fdf_save . Up . fdf_set_value
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-get-value.html -- 3.4 Кб -- 03.02.2002
Похожие документы

2594. fdf_set_value
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_set_value -- Set the value of a field . bool fdf_set_value ( int fdf_document, string fieldname, string value, int isName) . The fdf_set_value() function sets the value of a field. The last parameter determines if the field value is to be converted to a PDF Name ( isName = 1) or set to a PDF String ( isName = 0). See also fdf_get_value() . Prev . Home . Next . fdf_get_value . Up . fdf_next_field_name
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-set-value.html -- 3.7 Кб -- 03.02.2002
Похожие документы

2595. fdf_create
PHP Manual . ... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_create -- Create a new FDF document . ... The fdf_create() creates a new FDF document. ... php $outfdf = fdf_create(); fdf_set_value($outfdf, "volume", $volume, 0); fdf_set_file($outfdf, "http:/testfdf/resultlabel.pdf"); fdf_save($outfdf, "outtest.fdf"); fdf_close($outfdf); Header("Content-type: application/vnd.fdf"); $fp = fopen("outtest.fdf", "r"); fpassthru($fp); unlink("outtest.fdf"); ?> See also fdf_close() , fdf_save() , fdf_open() . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-create.html -- 4.2 Кб -- 03.02.2002
Похожие документы

2596. fdf_save
PHP Manual . Prev . Next . 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_save -- Save a FDF document . int fdf_save ( string filename) . The fdf_save() function saves a FDF document. The FDF Toolkit provides a way to output the document to stdout if the parameter filename is '.' This does not work if PHP is used as an apache module. ... See also fdf_close() and example for fdf_create() . ... fdf_create . ... fdf_get_value ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-save.html -- 3.8 Кб -- 03.02.2002
Похожие документы

2597. fdf_close
. PHP Manual . Prev . Next . (3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_close -- Close an FDF document . bool fdf_close ( int fdf_document) . The fdf_close() function closes the FDF document. See also fdf_open() . Prev . Home . Next . fdf_open . Up . fdf_create
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-close.html -- 3.3 Кб -- 03.02.2002
Похожие документы

2598. fdf_open
... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) fdf_open -- Open a FDF document . ... The fdf_open() function opens a file with form data. ... Currently, the file has to be created 'manually' by using fopen() and writing the content of HTTP_FDF_DATA with fwrite() into it. ... php // Save the FDF data into a temp file $fdffp = fopen("test.fdf", "w"); fwrite($fdffp, $HTTP_FDF_DATA, strlen($HTTP_FDF_DATA)); fclose($fdffp); // Open temp file and evaluate data $fdf = fdf_open("test.fdf"); ... fdf_close($fdf); ?> ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.fdf-open.html -- 4.3 Кб -- 03.02.2002
Похожие документы

2599. unlink
. PHP Manual . Prev . Next . (PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) unlink -- Deletes a file . int unlink ( string filename) . Deletes filename . Similar to the Unix C unlink() function. Returns TRUE on success, FALSE on failure. See also rmdir() for removing directories. Prev . Home . Next . umask . Up . Forms Data Format functions
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.unlink.html -- 3.5 Кб -- 03.02.2002
Похожие документы

2600. Filesystem functions
... basename -- Returns filename component of path . ... fclose -- Closes an open file pointer . ... fgetc -- Gets character from file pointer . ... file_exists -- Checks whether a file exists . ... filesize -- Gets file size . ... ftell -- Tells file pointer read/write position . ... is_file -- Tells whether the filename is a regular file . is_link -- Tells whether the filename is a symbolic link . ... is_uploaded_file -- Tells whether the file was uploaded via HTTP POST. link -- Create a hard link . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/ref.filesystem.html -- 10.2 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | След.В конец ]

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