downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

rpm_get_tag> <RPM 読み込み関数
[edit] Last updated: Fri, 25 May 2012

view this page in

rpm_close

(PECL rpmreader >= 0.1.0)

rpm_closeRPM ファイルを閉じる

説明

bool rpm_close ( resource $rpmr )

rpm_close() は RPM ファイルポインタを閉じます。

パラメータ

rpmr

rpm_open() でオープンしたファイルポインタリソース。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

例1 rpm_close() の例

<?php

$file 
"/path/to/file.rpm";
$rpmr rpm_open($file);

rpm_close($rpmr);

?>

参考

  • rpm_open() - RPM ファイルをオープンする



add a note add a note User Contributed Notes rpm_close
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites