php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Function error"

What is the error message "Fatal error: Call to undefined function: scandir()" indicating in PHP?

The error message "Fatal error: Call to undefined function: scandir()" indicates that the PHP function scandir() is not recognized or available in the...

How can the error "Fatal error: Call to undefined function: imagettftext()" be resolved in PHP?

The error "Fatal error: Call to undefined function: imagettftext()" occurs when the imagettftext() function is called but the GD library with FreeType...

What is the error message "Fatal error: Call to undefined function zeitwandlung()" indicating in the PHP code provided?

The error message "Fatal error: Call to undefined function zeitwandlung()" indicates that the function zeitwandlung() is being called but has not been...

What is the significance of the error "Fatal error: Call to undefined function: gethtml()" in PHP code?

The error "Fatal error: Call to undefined function: gethtml()" in PHP code indicates that the function gethtml() is not defined in the code. To solve...

What is the error "Fatal error: Call to undefined function session_register()" in PHP code, and how can it be resolved?

The error "Fatal error: Call to undefined function session_register()" occurs because the function session_register() has been deprecated in PHP 5.3.0...

Showing 11 to 15 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.