php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "readable"

How can Imagick::getImageProfiles be manipulated to display human-readable information?

To display human-readable information from Imagick::getImageProfiles, you can use the function Imagick::profileImage to extract the profile data in a...

What is the issue with converting a MySQL timestamp to a readable date format in PHP?

When converting a MySQL timestamp to a readable date format in PHP, the issue is that the timestamp is in a format that is not easily human-readable....

How can strtotime() be used to convert a timestamp to a readable date in PHP?

To convert a timestamp to a readable date in PHP, you can use the strtotime() function to parse the timestamp and then use the date() function to form...

How can Unix Timestamps be converted to readable dates in PHP?

Unix Timestamps can be converted to readable dates in PHP using the `date()` function. This function takes two parameters: the format in which you wan...

How can Unix timestamps be properly converted to human-readable dates in PHP?

Unix timestamps represent the number of seconds that have elapsed since January 1, 1970. To convert Unix timestamps to human-readable dates in PHP, yo...

Showing 1 to 5 of 3149 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 629 630 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.