
<?php
array|false get_extension_funcs ( string $extension )
where,
$extension = Name of the extension to be checked
One of the extension names
obtained through the function:
get_loaded_extensions
?>
<?php
array get_loaded_extensions(bool $zend_extensions = false)
where,
$zend_extensions = Name of loaded extension
?>
| AVAILABLE LOADED EXTENSION STUDIED IN THIS TUTORIAL $zend_extensions = false php 8.2.30 80230 | |
| NDX | EXTENSION NAMES |
| 0 | Core |
| 1 | date |
| 2 | libxml |
| 3 | openssl |
| 4 | pcre |
| 5 | zlib |
| 6 | filter |
| 7 | hash |
| 8 | json |
| 9 | pcntl |
| 10 | random |
| 11 | readline |
| 12 | Reflection |
| 13 | SPL |
| 14 | session |
| 15 | standard |
| 16 | litespeed |
| 17 | bcmath |
| 18 | bz2 |
| 19 | calendar |
| 20 | ctype |
| 21 | curl |
| 22 | dom |
| 23 | mbstring |
| 24 | fileinfo |
| 25 | ftp |
| 26 | gd |
| 27 | gettext |
| 28 | gmp |
| 29 | iconv |
| 30 | imap |
| 31 | intl |
| 32 | exif |
| 33 | mysqlnd |
| 34 | odbc |
| 35 | PDO |
| 36 | pgsql |
| 37 | Phar |
| 38 | posix |
| 39 | pspell |
| 40 | SimpleXML |
| 41 | soap |
| 42 | sockets |
| 43 | sodium |
| 44 | sqlite3 |
| 45 | tidy |
| 46 | tokenizer |
| 47 | xml |
| 48 | xmlwriter |
| 49 | xsl |
| 50 | zip |
| 51 | mysqli |
| 52 | pdo_mysql |
| 53 | PDO_ODBC |
| 54 | pdo_pgsql |
| 55 | pdo_sqlite |
| 56 | xmlreader |
| 57 | apcu |
| 58 | imagick |
| 59 | Zend OPcache |
| ed48 | |
| AVAILABLE LOADED EXTENSION STUDIED IN THIS TUTORIAL $zend_extensions = true php 8.2.30 80230 | |
| NDX | EXTENSION NAMES |
| 0 | Zend OPcache |
| ed48 | |
| AVAILABLE "gd" FUNCTIONS STUDIED IN THIS TUTORIAL php 8.2.30 80230 | |
| NDX | FUNCTION NAMES |
| 0 | gd_info |
| 1 | imageloadfont |
| 2 | imagesetstyle |
| 3 | imagecreatetruecolor |
| 4 | imageistruecolor |
| 5 | imagetruecolortopalette |
| 6 | imagepalettetotruecolor |
| 7 | imagecolormatch |
| 8 | imagesetthickness |
| 9 | imagefilledellipse |
| 10 | imagefilledarc |
| 11 | imagealphablending |
| 12 | imagesavealpha |
| 13 | imagelayereffect |
| 14 | imagecolorallocatealpha |
| 15 | imagecolorresolvealpha |
| 16 | imagecolorclosestalpha |
| 17 | imagecolorexactalpha |
| 18 | imagecopyresampled |
| 19 | imagerotate |
| 20 | imagesettile |
| 21 | imagesetbrush |
| 22 | imagecreate |
| 23 | imagetypes |
| 24 | imagecreatefromstring |
| 25 | imagecreatefromgif |
| 26 | imagecreatefromjpeg |
| 27 | imagecreatefrompng |
| 28 | imagecreatefromwebp |
| 29 | imagecreatefromxbm |
| 30 | imagecreatefromxpm |
| 31 | imagecreatefromwbmp |
| 32 | imagecreatefromgd |
| 33 | imagecreatefromgd2 |
| 34 | imagecreatefromgd2part |
| 35 | imagecreatefrombmp |
| 36 | imagecreatefromtga |
| 37 | imagexbm |
| 38 | imagegif |
| 39 | imagepng |
| 40 | imagewebp |
| 41 | imagejpeg |
| 42 | imagewbmp |
| 43 | imagegd |
| 44 | imagegd2 |
| 45 | imagebmp |
| 46 | imagedestroy |
| 47 | imagecolorallocate |
| 48 | imagepalettecopy |
| 49 | imagecolorat |
| 50 | imagecolorclosest |
| 51 | imagecolorclosesthwb |
| 52 | imagecolordeallocate |
| 53 | imagecolorresolve |
| 54 | imagecolorexact |
| 55 | imagecolorset |
| 56 | imagecolorsforindex |
| 57 | imagegammacorrect |
| 58 | imagesetpixel |
| 59 | imageline |
| 60 | imagedashedline |
| 61 | imagerectangle |
| 62 | imagefilledrectangle |
| 63 | imagearc |
| 64 | imageellipse |
| 65 | imagefilltoborder |
| 66 | imagefill |
| 67 | imagecolorstotal |
| 68 | imagecolortransparent |
| 69 | imageinterlace |
| 70 | imagepolygon |
| 71 | imageopenpolygon |
| 72 | imagefilledpolygon |
| 73 | imagefontwidth |
| 74 | imagefontheight |
| 75 | imagechar |
| 76 | imagecharup |
| 77 | imagestring |
| 78 | imagestringup |
| 79 | imagecopy |
| 80 | imagecopymerge |
| 81 | imagecopymergegray |
| 82 | imagecopyresized |
| 83 | imagesx |
| 84 | imagesy |
| 85 | imagesetclip |
| 86 | imagegetclip |
| 87 | imageftbbox |
| 88 | imagefttext |
| 89 | imagettfbbox |
| 90 | imagettftext |
| 91 | imagefilter |
| 92 | imageconvolution |
| 93 | imageflip |
| 94 | imageantialias |
| 95 | imagecrop |
| 96 | imagecropauto |
| 97 | imagescale |
| 98 | imageaffine |
| 99 | imageaffinematrixget |
| 100 | imageaffinematrixconcat |
| 101 | imagegetinterpolation |
| 102 | imagesetinterpolation |
| 103 | imageresolution |
| ed48 | |