php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "object creation"

In terms of PHP development, what other common sorting or filtering techniques should be considered when working with date-based data?

When working with date-based data in PHP development, it is common to need to sort or filter the data based on specific criteria such as date ranges o...

What are some best practices for handling SQL queries within a foreach loop in PHP?

When handling SQL queries within a foreach loop in PHP, it is important to avoid making a database query inside the loop for each iteration, as this c...

How can JavaScript be utilized to adjust the size of a banner based on window dimensions?

To adjust the size of a banner based on window dimensions using JavaScript, you can add an event listener to the window object that listens for change...

How can PHP be compiled as DSO to enable HTTP authentication in Apache?

To enable HTTP authentication in Apache with PHP, you can compile PHP as a Dynamic Shared Object (DSO) and then load the module in the Apache configur...

What are the advantages and disadvantages of using mktime() versus date() functions in PHP for managing date and time calculations?

When managing date and time calculations in PHP, the mktime() function is useful for creating a timestamp based on specific date and time values, whil...

Showing 6196 to 6200 of 6228 results

‹ 1 2 ... 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.