• PHP マニュアル
  • 関数リファレンス
  • テキスト以外の MIME 型
  • RpmInfo
  • RpmInfo 関数
  • rpmaddtag
  • rpmdbinfo
  • rpmdbsearch
  • rpmdefine
  • rpmexpand
  • rpmexpandnumeric
  • rpmgetsymlink
  • rpminfo
  • rpmvercmp
rpmexpandnumeric
rpminfo
RpmInfo 関数
PHP マニュアル

rpmgetsymlink

Get target of a symlink

説明

stringnull rpmgetsymlink(string $path, string $name)

Get target of a symlink.

パラメータ

path
Path of the RPM file.
name
Name of the symlink file.

戻り値

A string with target of the symlink, null on error, or an empty string if not a symlink.