PUM_Utils_Time

Class PUM_Utils_Time


Description Description


Source Source

File: classes/Utils/Time.php

class PUM_Utils_Time {

	public static function is_timestamp( $timestamp ) {
		return ( 1 === preg_match( '~^[1-9][0-9]*$~', $timestamp ) );
	}

}

Top ↑

Methods Methods


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.