php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "periods"

How can PHP developers differentiate between sentence-ending periods and abbreviation periods in a text?

When processing text in PHP, developers can differentiate between sentence-ending periods and abbreviation periods by using regular expressions. By us...

How can together time periods be filtered and output in PHP?

To filter and output time periods together in PHP, you can use the DateTime class to create DateTime objects for the start and end times, and then use...

How can PHP interpret commas as periods for decimal numbers to avoid manual changes?

To interpret commas as periods for decimal numbers in PHP, you can use the `str_replace()` function to replace commas with periods before converting t...

Are there performance differences between using commas and periods for concatenation in PHP echo statements?

Using commas for concatenation in PHP echo statements can be slightly faster than using periods because commas are a language construct while periods...

How can PHP be used to compare time periods stored in a MySQL database?

When comparing time periods stored in a MySQL database using PHP, you can retrieve the time periods as strings from the database and then convert them...

Showing 1 to 5 of 184 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 36 37 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.