get_extension_funcs 


php128 apg

GETS an ARRAY with the names of the functions of a module.



<?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 
?>
 

  $module_name   


The module name to get the extension functions.



<?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.18
80218
NDXEXTENSION NAMES
0Core
1date
2libxml
3openssl
4pcre
5zlib
6filter
7hash
8json
9pcntl
10random
11readline
12Reflection
13SPL
14session
15standard
16litespeed
17bcmath
18bz2
19calendar
20ctype
21curl
22dom
23mbstring
24fileinfo
25ftp
26gd
27gettext
28gmp
29iconv
30imap
31intl
32exif
33mysqlnd
34odbc
35PDO
36pgsql
37Phar
38posix
39pspell
40SimpleXML
41soap
42sockets
43sodium
44sqlite3
45tidy
46tokenizer
47xml
48xmlwriter
49xsl
50zip
51mysqli
52pdo_mysql
53PDO_ODBC
54pdo_pgsql
55pdo_sqlite
56xmlreader
57apcu
58imagick
59Zend OPcache
ed48

AVAILABLE LOADED EXTENSION
STUDIED IN THIS TUTORIAL
$zend_extensions = true
php 8.2.18
80218
NDXEXTENSION NAMES
0Zend OPcache
ed48

AVAILABLE "gd" FUNCTIONS
STUDIED IN THIS TUTORIAL
php 8.2.18
80218
NDXFUNCTION NAMES
0gd_info
1imageloadfont
2imagesetstyle
3imagecreatetruecolor
4imageistruecolor
5imagetruecolortopalette
6imagepalettetotruecolor
7imagecolormatch
8imagesetthickness
9imagefilledellipse
10imagefilledarc
11imagealphablending
12imagesavealpha
13imagelayereffect
14imagecolorallocatealpha
15imagecolorresolvealpha
16imagecolorclosestalpha
17imagecolorexactalpha
18imagecopyresampled
19imagerotate
20imagesettile
21imagesetbrush
22imagecreate
23imagetypes
24imagecreatefromstring
25imagecreatefromgif
26imagecreatefromjpeg
27imagecreatefrompng
28imagecreatefromwebp
29imagecreatefromxbm
30imagecreatefromxpm
31imagecreatefromwbmp
32imagecreatefromgd
33imagecreatefromgd2
34imagecreatefromgd2part
35imagecreatefrombmp
36imagecreatefromtga
37imagexbm
38imagegif
39imagepng
40imagewebp
41imagejpeg
42imagewbmp
43imagegd
44imagegd2
45imagebmp
46imagedestroy
47imagecolorallocate
48imagepalettecopy
49imagecolorat
50imagecolorclosest
51imagecolorclosesthwb
52imagecolordeallocate
53imagecolorresolve
54imagecolorexact
55imagecolorset
56imagecolorsforindex
57imagegammacorrect
58imagesetpixel
59imageline
60imagedashedline
61imagerectangle
62imagefilledrectangle
63imagearc
64imageellipse
65imagefilltoborder
66imagefill
67imagecolorstotal
68imagecolortransparent
69imageinterlace
70imagepolygon
71imageopenpolygon
72imagefilledpolygon
73imagefontwidth
74imagefontheight
75imagechar
76imagecharup
77imagestring
78imagestringup
79imagecopy
80imagecopymerge
81imagecopymergegray
82imagecopyresized
83imagesx
84imagesy
85imagesetclip
86imagegetclip
87imageftbbox
88imagefttext
89imagettfbbox
90imagettftext
91imagefilter
92imageconvolution
93imageflip
94imageantialias
95imagecrop
96imagecropauto
97imagescale
98imageaffine
99imageaffinematrixget
100imageaffinematrixconcat
101imagegetinterpolation
102imagesetinterpolation
103imageresolution
ed48