search
HomeBackend DevelopmentPHP ProblemHow to convert php timestamp to day of the week

How to convert timestamp to week in php: First create a PHP sample file; then define a weekday method; finally, use functions such as "is_numeric" and "date" to convert timestamp into weekday.

How to convert php timestamp to day of the week

The operating environment of this article: Windows 7 system, PHP version 7.1, DELL G3 computer.

PHP returns the day of the week based on the timestamp

<?php
/**
 * 根据时间戳返回星期几
 * @param string $time 时间戳
 * @return 星期几
 */
function weekday($time)
{
if(is_numeric($time))
{
$weekday = array(&#39;星期日&#39;,&#39;星期一&#39;,&#39;星期二&#39;,&#39;星期三&#39;,&#39;星期四&#39;,&#39;星期五&#39;,&#39;星期六&#39;);
return $weekday[date(&#39;w&#39;, $time)];
}
return false;
}
var_dump(weekday($_SERVER[&#39;REQUEST_TIME&#39;]));
?>

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of How to convert php timestamp to day of the week. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)