php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Call to undefined function"

What are the potential reasons for the "Call to undefined function mcrypt_create_iv()" error in PHP?

The "Call to undefined function mcrypt_create_iv()" error in PHP occurs when the mcrypt extension is not enabled or installed on the server. To solve...

What does the error message "Fatal error: Call to undefined function: array_stripslashes()" indicate in PHP?

The error message "Fatal error: Call to undefined function: array_stripslashes()" indicates that the function array_stripslashes() is not defined in t...

What steps can be taken to troubleshoot and resolve the "Call to undefined function: session_start()" error in PHP?

The "Call to undefined function: session_start()" error in PHP occurs when the session_start() function is called but the PHP session module is not en...

How can the issue of "Call to undefined function mssql_connect()" be resolved in PHP?

The issue of "Call to undefined function mssql_connect()" occurs when the MSSQL extension is not enabled in PHP. To resolve this issue, you need to en...

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

The error "Fatal error: Call to undefined function: imagettftext()" in PHP indicates that the function imagettftext() is not available or enabled in t...

Showing 46 to 50 of 10000 results

‹ 1 2 ... 7 8 9 10 11 12 13 ... 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.