PUM_Utils_Time::is_timestamp( $timestamp )


Description Description


Source Source

File: classes/Utils/Time.php

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


Top ↑

User Contributed Notes User Contributed Notes

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