• PHP Manual
  • Function Reference
  • Non-Text MIME Output
  • RpmInfo
  • RpmInfo Functions
  • rpmaddtag
  • rpmdbinfo
  • rpmdbsearch
  • rpmdefine
  • rpmexpand
  • rpmexpandnumeric
  • rpmgetsymlink
  • rpminfo
  • rpmvercmp
rpmexpandnumeric
rpminfo
RpmInfo Functions
PHP Manual

rpmgetsymlink

Get target of a symlink

Description

stringnull rpmgetsymlink(string $path, string $name)

Get target of a symlink.

Parameters

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

Return Values

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