Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the method for php to get the current timestamp

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

The main content of this article is to explain "what is the method of php to get the current timestamp", interested friends may wish to take a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn "what is the method for php to get the current timestamp"?

Php method to get the current timestamp: 1, directly use the time () function, syntax "time ()"; 2, use strtotime () function, syntax "strtotime (" now ")".

Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer

The method of getting the current timestamp by php

1. Use time ()

The time () function returns the number of seconds in the current time since the Unix era (January 1 1970 00:00:00 GMT).

Syntax: time ()

Returns an integer containing the Unix timestamp of the current time.

Example:

Output:

1635851460

2. Use strtotime ()

The strtotime () function parses the date-time description of any string into an Unix timestamp (the number of seconds since January 1 1970 00:00:00 GMT).

Syntax: strtotime ($time [, $now = time ()])

Time: required. Specifies the date / time string.

Now: optional. Specifies the timestamp used to calculate the return value. If this parameter is omitted, the current time is used.

Example: current timestamp

Output:

1635851553 so far, I believe you have a deeper understanding of "what is the method for php to obtain the current timestamp". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report