php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "needed"

Why was the & symbol needed in PHP 4 for object instantiation?

In PHP 4, the & symbol was needed for object instantiation because objects were passed by reference by default. This means that without the & symbol,...

How can one delay the calculation of a PHP expression until it is needed?

To delay the calculation of a PHP expression until it is needed, you can wrap the expression in a function and then call that function only when the r...

What are the key components needed for a PHP form to function properly?

Key components needed for a PHP form to function properly include setting the form method to "post", providing the form action attribute with the URL...

What are some common functions needed to create a library system using PHP, MySQL, and HTML?

One common function needed in a library system is the ability to search for books by title, author, or category. This can be achieved by creating a se...

How can one determine the exact file permissions needed for a specific file in PHP?

To determine the exact file permissions needed for a specific file in PHP, you can use the `fileperms()` function to retrieve the current permissions...

Showing 16 to 20 of 6057 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1211 1212 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.