php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "higher-order function"

What is the difference between ASC and DESC in the "order by" function in PHP?

When using the "order by" function in PHP to sort the results of a query, ASC specifies an ascending order (from lowest to highest), while DESC specif...

What changes were made to the PHP date function in versions 8 and higher that affect the use of the "I" switch?

In PHP versions 8 and higher, the "I" switch in the date function was changed to reflect the ISO-8601 week date format. This means that the week numbe...

How does the list() function in PHP handle the order of values when assigning them to variables?

When using the list() function in PHP to assign values to variables, the order of values must match the order of variables. If the order is incorrect,...

How can the ORDER BY clause affect the results when using the MAX() function in PHP?

When using the MAX() function in PHP to retrieve the maximum value from a column in a database, the ORDER BY clause can affect the results by changing...

How can PHP 5.3 and higher versions address the variable scope issue in functions like array_filter()?

In PHP 5.3 and higher versions, the variable scope issue in functions like array_filter() can be addressed by using anonymous functions or closures. T...

Showing 16 to 20 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.