php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "sorting functionality"

How does the parent keyword in PHP allow access to parts of the parent class that may have been overridden?

When a method in a child class overrides a method in a parent class, the parent keyword in PHP allows access to the overridden method in the parent cl...

In cases where certain PHP functions are restricted by the hosting provider, what are some workarounds or solutions that do not involve changing providers?

Some workarounds for restricted PHP functions by hosting providers include using alternative functions or libraries that provide similar functionality...

What are some alternative servers that support DHTML for PHP development?

When developing PHP applications that utilize DHTML (Dynamic HTML), it is important to use servers that support this technology to ensure proper funct...

What are the potential pitfalls of using strftime() function in PHP for date manipulation?

One potential pitfall of using the strftime() function in PHP for date manipulation is that it may not always work as expected due to differences in s...

Is PHP7 significantly different from PHP5, and can tutorials for PHP5 still be useful?

PHP7 introduced several new features and improvements over PHP5, such as improved performance, scalar type declarations, return type declarations, nul...

Showing 9991 to 9995 of 10000 results

‹ 1 2 ... 1991 1992 1993 1994 1995 1996 1997 1998 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.