-
What are Weak Maps in PHP?
-
PHP 8 – Using str_contains() to check if a string contains a substring
-
str_starts_with and str_ends_with function in PHP 8
-
Difference between gettype() in PHP and get_debug_type() in PHP 8
-
fdiv() function in PHP 8
-
How the Non-Capturing Exception Catches work in PHP 8?
-
How to get resource ID using get_resource_id() function in PHP and PHP 8?
-
PHP 8 – How to use ValueError to check if the value encountered is of correct type?
-
How to create a new image from a JPEG file using the imagecreatefromjpeg() function in PHP?
-
How to create a new image from a PNG file or URL using the imagecreatefrompng() function in PHP?
-
How to create a new image from a WBMP file or URL using imagecreatefromwbmp() function in PHP?
-
How to destroy an image in PHP using imagedestroy() function?
-
How to crop an image automatically using imagecropauto() function in PHP?
-
How to crop an image to the given rectangle using imagecrop() function using PHP?
-
How to create a new true-color image in PHP using imagecreatetruecolor()?
-
How to draw an ellipse using imageellipse() function in PHP?
-
How to draw a partial arc and fill it using imagefilledarc() function in PHP?
-
How to draw a filled polygon using an imagefilledpolygon() function in PHP?
-
Flood fill to specific color in PHP using imagefilltoborder() (GD) function.
-
How to apply a filter to an image using imagefilter() function in PHP?