php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "periods"

What potential issues can arise when converting commas back to periods for numerical calculations in PHP?

When converting commas back to periods for numerical calculations in PHP, a potential issue that can arise is that PHP may interpret the comma as a st...

What are the potential issues with storing decimal numbers with commas in a MySQL database as opposed to periods?

Storing decimal numbers with commas in a MySQL database can lead to data conversion issues, as MySQL expects decimal numbers to be formatted with peri...

What is the significance of using commas instead of periods when assigning values to an array in PHP?

Using commas instead of periods when assigning values to an array in PHP will lead to a syntax error because commas are used to separate array element...

What PHP functions or methods can be utilized to extract file extensions and handle filenames with multiple periods?

When dealing with filenames that have multiple periods, extracting the file extension can be tricky as simply using functions like `pathinfo()` or `ex...

What is the potential error when using backslashes and periods in a path variable in PHP?

When using backslashes and periods in a path variable in PHP, the potential error is that the backslashes are treated as escape characters and the per...

Showing 16 to 20 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.