php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "alternative library"

What alternative methods or libraries can be used in PHP for searching library catalogs besides PHP/YAZ?

When searching library catalogs in PHP, an alternative method to PHP/YAZ is using the PHP cURL library to make HTTP requests to the library catalog's...

What alternative PHP function or library can be used for parsing HTML documents more effectively?

When parsing HTML documents in PHP, the built-in functions like `DOMDocument` can sometimes be slow or memory-intensive, especially for large document...

Is the GD-Library necessary for uploading images to a server, or are there alternative methods available?

To upload images to a server in PHP, the GD-Library is not necessary. There are alternative methods available such as using the move_uploaded_file fun...

What alternative library can be used for SSH connections in PHP if the ssh2 extension is not working properly?

If the ssh2 extension is not working properly for SSH connections in PHP, an alternative library that can be used is phpseclib. This library provides...

What alternative approaches can be taken to work with BMP files in PHP if the standard GD library functions do not support this format?

The standard GD library functions in PHP do not support BMP files, so an alternative approach would be to use a third-party library like Imagick or Im...

Showing 1 to 5 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.