php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "extension_loaded"

How can one effectively use the extension_loaded function in PHP to check for loaded modules?

To check if a specific PHP extension is loaded, you can use the `extension_loaded` function in PHP. This function takes the name of the extension as a...

How can one check if the GDlib extension is enabled in PHP, especially in PHP5?

To check if the GDlib extension is enabled in PHP, especially in PHP5, you can use the `extension_loaded()` function in PHP. This function checks if a...

Wie kann man überprüfen, ob shmop support in einem System aktiviert ist?

Um zu überprüfen, ob shmop support in einem System aktiviert ist, kann man die Funktion `extension_loaded()` in PHP verwenden. Diese Funktion überprüf...

How can I check if the GD library is active on my server and PHP version?

To check if the GD library is active on your server and the PHP version, you can use the `extension_loaded` function to check if the GD extension is l...

How can you determine if PHP with IMAP support is running or not?

To determine if PHP with IMAP support is running, you can create a PHP script that checks for the presence of the IMAP extension using the `extension_...

Showing 1 to 5 of 55 results

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

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

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.