php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "DOUBLE"

In what situations can using single quotes (') versus double quotes (") in PHP code make a difference?

Using single quotes (' ') or double quotes (" ") in PHP code can make a difference when dealing with string interpolation. Double quotes allow for the...

What are common pitfalls when using quotes and double quotes in PHP code?

Common pitfalls when using quotes and double quotes in PHP code include not properly escaping special characters within double quotes and not concaten...

What is the difference between using single quotes and double quotes in PHP when outputting data?

Using single quotes and double quotes in PHP when outputting data can affect how variables and special characters are interpreted. When using double q...

What is the significance of avoiding function names starting with a double underscore in PHP?

Avoiding function names starting with a double underscore in PHP is significant because it is reserved for PHP internal functions and methods. Using d...

Is there a more efficient way to convert a string input with commas to a double value in PHP?

When converting a string input with commas to a double value in PHP, one efficient way to do this is by removing the commas from the string before con...

Showing 46 to 50 of 2633 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 526 527 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.