fdf_close

(PHP 4, PHP 5, PHP 7)

fdf_closeClose an FDF document

설명

void fdf_close ( resource $fdf_document )

Closes the FDF document.

인수

fdf_document

The FDF document handle, returned by fdf_create(), fdf_open() or fdf_open_string().

반환값

값을 반환하지 않습니다.

참고

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top