×
This appendix categorizes more than 150 extensions documented in the PHP Manual by several criteria. Improve This Page. Learn How To Improve This Page • Submit ...
Missing: url | Show results with:url
People also ask
PHP Manual ¶ · Affecting PHP's Behaviour · Audio Formats Manipulation · Authentication Services · Command Line Specific Extensions · Compression and Archive ...
This part lists extensions not intended for the production use - they are either too "old" (deprecated) or "new" (experimental). Deprecated Extensions ¶. These ...
Missing: url | Show results with:url
To load an extension, it has to be available as a .dll file on the system. All the extensions are automatically and periodically compiled by the PHP Group (see ...
Missing: url | Show results with:url
Database Extensions · Abstraction Layers · DBA — Database (dbm-style) Abstraction Layer; ODBC — ODBC (Unified); PDO — PHP Data Objects · Vendor Specific Database ...
Extension List/Categorization · Alphabetical · Membership · State · Copyright © 2001-2024 The PHP Group · My PHP.net · Contact · Other PHP.net sites · Privacy ...
GD library requires libpng and libjpeg to compile. As of PHP 7.4.0, --with-gd becomes --enable-gd (whether to enable the extension at all) and --with-external ...
Missing: url | Show results with:url
Introduction to PECL Installations · Downloading PECL extensions · Installing a PHP extension on Windows · Compiling shared PECL extensions with the pecl command ...
Basic usage of this extension. Each module provides two kind of APIs: a procedural one and an object oriented one. Both are actually identical and described ...
Missing: url | Show results with:url
Loads the PHP extension given by the parameter extension_filename . Use extension_loaded() to test whether a given extension is already available or not.