SimplePie_Cache_MySQL::mtime

Advertisement

Summery Summery

Retrieve the last modified time for the cache

Syntax Syntax

SimplePie_Cache_MySQL::mtime()

Return Return

(int) Timestamp

Source Source

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

					else
					{
						return false;
					}
				}
			}
			return $data;
		}
		return false;
	}

	/**
	 * Retrieve the last modified time for the cache
	 *
	 * @return int Timestamp
	 */
	public function mtime()
	{

Advertisement

Advertisement

Leave a Reply