php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "degrees minutes seconds"

How can PHP be used to calculate and convert coordinates from degrees, minutes, and seconds (DMS) to decimal degrees (Deg)?

To calculate and convert coordinates from degrees, minutes, and seconds (DMS) to decimal degrees (Deg) in PHP, you can use the following formula: Dec...

How can one convert seconds into days/hours/minutes/seconds format in PHP?

To convert seconds into days/hours/minutes/seconds format in PHP, you can use the following approach: 1. Calculate the number of days by dividing the...

How can Modulo be used to convert seconds into hours, minutes, and seconds in PHP?

To convert seconds into hours, minutes, and seconds in PHP, we can use the modulo operator (%) to extract the remaining seconds after calculating hour...

Is the session.gc_maxlifetime value in PHP specified in seconds or minutes?

The session.gc_maxlifetime value in PHP is specified in seconds, not minutes. To set the session expiration time in minutes, you need to convert the m...

How can PHP developers effectively convert seconds into days, hours, minutes, and seconds without errors?

When converting seconds into days, hours, minutes, and seconds in PHP, developers can effectively do so by using the built-in functions like `floor()`...

Showing 1 to 5 of 916 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 183 184 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.