php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "arrow notation"

In PHP, what are the differences between accessing object properties with the arrow operator and array elements with square brackets?

When accessing object properties in PHP, you should use the arrow operator (->). This is because objects store their properties as key-value pairs and...

What are the practical reasons for choosing one notation style over another in PHP coding?

When choosing a notation style in PHP coding, practical reasons often include consistency within a project or team, readability, maintainability, and...

What is the issue with adding two strings in PHP and why does it result in scientific notation?

When adding two strings in PHP, PHP will try to convert the strings to numbers and perform the addition operation. If the strings contain numerical va...

Warum ist das aktuelle Datenbankdesign für die Speicherung von Schachzügen nicht optimal und welche alternative Notation könnte sinnvoller sein?

Das aktuelle Datenbankdesign für die Speicherung von Schachzügen ist nicht optimal, da es jedes einzelne Feld auf dem Schachbrett als separate Spalte...

What is the best way to format numbers in PHP to avoid scientific notation?

When working with large numbers in PHP, they may be automatically converted to scientific notation, which can be undesirable in certain situations. To...

Showing 31 to 35 of 495 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 98 99 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.