update : 2015.11.03
php.shukuma.com검색:
|
fdf_save_string(PHP 4 >= 4.3.0, PHP 5, PHP 7) fdf_save_string — Returns the FDF document as a string 설명
string fdf_save_string
( resource
$fdf_document
)Returns the FDF document as a string. 반환값
Returns the document as a string, or 예제
Example #1 Retrieving FDF as a string
<?php 위 예제의 출력: %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 참고
|