PHP 8.4.6 Released!

Phar::getAlias

(PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 1.2.1)

Phar::getAliasGet the alias for Phar

Description

public Phar::getAlias(): ?string

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

Returns the alias or null if there's no alias.

User Contributed Notes

There are no user contributed notes for this page.
To Top