cpdf_set_subject
(PHP 3 >= 3.0.8, PHP 4, PHP 5 <= 5.0.4)
cpdf_set_subject -- pdf ドキュメントの subject フィールドを設定する
説明
bool
cpdf_set_subject ( int pdf_document, string subject )
PDF ドキュメントの subject
を設定します。
パラメータ
pdf_document
cpdf_open() が返す、ドキュメントのハンドル。
subject
ドキュメントの表題。
返り値
成功した場合に TRUE を、失敗した場合に FALSE を返します。