Extension library | Instructions | Annotations |
---|---|---|
php_bz2.dll | bzip2 compression function | None |
php_calendar.dll | Calendar calendar conversion function | Since PHP 4.0.3 Built-in |
php_crack.dll | Crack password cracking function | None |
php_ctype.dll | ctype family function | built-in since PHP 4.3.0 |
php_cur l.dll | CURL, client End URL library function | requires: libeay32.dll, ssleay32.dll (included) |
php_dba.dll | DBA: Database (dbm style) abstraction layer function | None |
php_dbase Dll <= 4.2.0 requires: | libxml2 .dll(shipped), PHP >= 4.3.0 Requires: | iconv.dll(shipped) |
php_dotnet.dll | .NET functions | PHP <= 4.1.1 |
php_exif.dll | EXIF function | requires php_mbstring.dll. And in php.ini, php_exif.dll must be loaded | after
php_fbsql.dll | ||
PHP <= 4.2.0 | php_fdf .dllFDF: Form Data Formatting FunctionsRequires: fdftk.dll(included) | |
filePro function | read-only access | |
FTP Function | Built-in | php_gd.dll |
removed in PHP 4.3.2 since PHP 4.0.3. Also note that true color functions cannot be used in GD1, use | php_gd2.dllinstead. | |
php_gd2.dll | GD library image function | GD2 |
php_gettext.dll | Gettext function | PHP <= 4.2.0 requires gnu_gettext.dll (included), PHP> = 4.2.3 required libintl-1.dll, iconv.dll (shipped) |
php_hyperwave.dll | HyperWave function | None |
php_iconv.dll | ICONV character set conversion | Requires: iconv -1.3.dll (shipped), PHP >=4.2.1 requires iconv.dll |
php_ifx.dll | Informix functions | requires: Informix library |
php_iisfunc.dll | IIS Management function library | None |
php_imap.dll | IMAP, POP3 and NNTP functions | None |
php_ingres.dll | Ingres II functions | Requires: Ingres II library |
php_interbase.dll | InterBase functions | Requires: gds32.dll(shipped) |
php_java.dll | Java functions | PHP <= 4.0.6 requires: jvm.dll(shipped) |
php_ldap.dll | LDAP functions | PHP <= 4.2.0 requires libsasl.dll (shipped), PHP >= 4.3.0 requires libeay32.dll, ssleay32.dll (shipped) Included) |
php_mbstring.dll | Multi-Byte String Multi-Byte String Functions | None |
php_mcrypt.dll | Mcrypt encryption function | requires: libmcrypt.dll |
php_mhash .dll | Mhash function | PHP >= 4.3.0 Requires: libmhash.dll (shipped) |
php_mime_magic.dll | Mimetype function | Requires: magic.mime ( already included) |
php_ming.dll | Ming Function (Flash) | None |
php_msql.dll | mSQL Function | Requires: msql.dll(included) |
php_mssql.dll | MSSQL functions | require: ntwdblib.dll (shipped) |
php_mysql.dll | MySQL functions | PHP >= 5.0.0 require libmysql.dll (shipped) |
php_mysqli .dll | MySQLi functions | PHP >= 5.0.0 requires libmysql.dll (libmysqli.dll in PHP <= 5.0.2) (included) |
php_oci8.dll | Oracle 8 functions | require: Oracle 8.1+ client libraries |
php_openssl.dll | OpenSSL functions | require: libeay32.dll (shipped) |
php_overload.dll | PHP 4 Object Overload Function | Built in since PHP 4.3.0, removed since PHP 5.0.0 |
php.dll | PDF function | None |
php_pgsql.dll | PostgreSQL function | None |
php_shmop.dll | Shared Memory Shared Memory Functions | None |
php_snmp.dll | SNMP Functions | Only for Windows NT! |
php_soap.dll | SOAP function | PHP >= 5.0.0 |
php_sockets.dll | Socket function | None |
php_sybase _ct.dll | Sybase function | requires: Sybase Client library |
php_tidy.dll | Tidy function | PHP >= 5.0.0 |
php_tokenizer.dll | Tokenizer function | built-in since PHP 4.3.0 |
php_w32api.dll | W32api functions | None |
php_xmlrpc.dll | XML-RPC functions | PHP >= 4.2.1 requires iconv.dll (shipped) |
php_ xslt.dll | XSLT function | PHP <= 4.2.0 requires sablot.dll, expat.dll (included). PHP >= 4.2.1 required sablot.dll, expat.dll, iconv.dll (included). |
php_yaz.dll | YAZ functions | require: yaz.dll (included) |
php_zip.dll | Zip file functions | read-only access |
php_zlib.dll | ZLib compression function | built-in since PHP 4.3.0 |
The above has introduced the PHP extension library, including various aspects. I hope it will be helpful to friends who are interested in PHP tutorials.