SimplePie_Cache_File::mtime

Advertisement

Summery Summery

Retrieve the last modified time for the cache

Syntax Syntax

SimplePie_Cache_File::mtime()

Return Return

(int) Timestamp

Source Source

File: wp-includes/SimplePie/Cache/File.php

	{
		return @filemtime($this->name);
	}

	/**
	 * Set the last modified time to the current time
	 *
	 * @return bool Success status

Advertisement

Advertisement

Leave a Reply