FDF fdf_set_opt

(PHP 4 >= 4.0.2, PHP 5 < 5.3.0, PECL fdf SVN)

fdf_set_opt — 필드의 옵션을 설정합니다


설명

fdf_set_opt(
    resource $fdf_document,
    string $fieldname,
    int $element,
    string $str1,
    string $str2
): bool
                

지정된 필드의 옵션을 설정합니다.


매개변수

fdf_document
fdf_create(), fdf_open() 또는 fdf_open_string()에 의해 반환된 FDF 문서 핸들.
fieldname
FDF 필드의 이름(문자열).
element
str1
str2

반환 값

성공하면 true를, 실패하면 false를 반환합니다.


기타