time - PHP - Convert seconds to Hour:Minute:Second -


i need convert seconds hour:minute:second.

for example: 685 converted 00:11:25

how can achieve this?

you can use gmdate() function:

echo gmdate("h:i:s", 685); 

Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -