Sep
17
2010
fdf_save_string()

fdf_save_string

(PHP 4 >= 4.3.0, PHP 5)

fdf_save_string -- Returns the FDF document as a string

Описание

string fdf_save_string ( resource fdf_document )

The fdf_save_string() function returns the FDF document as a string.

<?php
$fdf 
fdf_create();
fdf_set_value($fdf"foo""bar");
$str fdf_save_string($fdf);
fdf_close($fdf);
echo 
$str;
?>

will output something like

%FDF-1.2

%????

1 0 obj

<< 

/FDF << /Fields 2 0 R >> 

>> 

endobj

2 0 obj

[ 

<< /T (foo)/V (bar)>> 

]

endobj

trailer

<<

/Root 1 0 R 



>>

%%EOF

See also fdf_save(), fdf_open_string(), fdf_create() and fdf_close().

 
 
 
Комментарии
Добавить новый Поиск
Оставить комментарий
Имя:
Email:
 
Веб-сайт:
Тема:
UBB-Код:
[b] [i] [u] [url] [quote] [code] [img] 
 
 
:angry::0:confused::cheer:B):evil::silly::dry::lol::kiss::D:pinch:
:(:shock::X:side::):P:unsure::woohoo::huh::whistle:;):s
:!::?::idea::arrow:
 
Пожалуйста, введите проверочный код, который Вы видите на картинке.
Powered by !JoomlaComment 3.26

3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved."

 

Кто онлайн

Сейчас 5 гостей онлайн