php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "DOUBLE"

What is the significance of the double arrow (=>) and double colon (::) operators in PHP, and how are they used in code examples?

The double arrow (=>) operator is used in PHP to assign values to keys in an associative array. It is commonly used when defining arrays with key-valu...

What are common issues with using single and double quotes in PHP?

Common issues with using single and double quotes in PHP include escaping special characters, interpolation of variables within double quotes, and rea...

How can you properly replace double quotes with " in PHP?

When working with strings in PHP, if you need to replace double quotes with the HTML entity for double quotes ("), you can use the str_replace fu...

How can using double quotes in PHP code cause issues when outputting JavaScript?

Using double quotes in PHP code can cause issues when outputting JavaScript because JavaScript also uses double quotes to define strings. This can lea...

What is the difference between single and double quotation marks in PHP strings?

In PHP, single quotation marks (' ') and double quotation marks (" ") are used to define strings. The main difference between them is that single quot...

Showing 6 to 10 of 2633 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 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.