PHP 8.4.0 RC3 available for testing

PharFileInfo::getContent

(PHP 5 >= 5.3.0, PHP 7, PHP 8)

PharFileInfo::getContentGet the complete file contents of the entry

说明

public PharFileInfo::getContent(): string

This function behaves like file_get_contents() but for Phar.

参数

此函数没有参数。

返回值

Returns the file contents.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top