GoLang SplFileInfo::getATime

request it (260)
GoLang replacement for PHP's SplFileInfo::getATime [edit | history]



Do you know a GoLang replacement for PHP's SplFileInfo::getATime? Write it!

PHP SplFileInfo::getATime

PHP original manual for SplFileInfo::getATime [ show | php.net ]

SplFileInfo::getATime

(PHP 5 >= 5.1.2, PHP 7)

SplFileInfo::getATimeGets last access time of the file

Description

public int SplFileInfo::getATime ( void )

Gets the last access time for the file.

Parameters

This function has no parameters.

Return Values

Returns the time the file was last accessed.

Errors/Exceptions

Throws RunTimeException on error.

See Also