EZ

Eduzan

Learning Hub

Lesson2025-12-16

PHP Tutorials: Complete Learning Roadmap

This page provides a structured roadmap to learning PHP, from core syntax and control structures to advanced topics, object-oriented programming, and database integration. Overview of PHP Tutorials A

Open module>
Lesson2025-12-16

Overview

Introduction to PHP PHP (Hypertext Preprocessor) is a widely-used, open-source scripting language especially suited for web development. It is a server-side language, meaning that it runs on the

Open module>
Lesson2025-12-16

Basic Concepts

PHP Syntax PHP Overview: A Beginner’s Guide to Syntax PHP is a versatile server-side language widely used in web development. Its straightforward syntax makes it suitable for both beginners and advanc

Open module>
Lesson2025-12-16

Arrays in PHP

PHP Arrays PHP Arrays Arrays in PHP are data structures that allow us to store multiple values under a single variable, whether they are of similar or different data types. This makes it easier to man

Open module>
Lesson2025-12-16

PHP Constants

PHP Constants Constants in PHP are identifiers or names that are assigned fixed values, which cannot be changed during the program’s execution. Once a constant is defined, it cannot be undefined or re

Open module>
Lesson2025-12-16

PHP Operators

PHP Operators Operators are fundamental tools in any programming language, and PHP is no exception. They allow us to perform various operations on values or variables. To put it simply, operators take

Open module>
Lesson2025-12-16

Control Statement

PHP Decision Making PHP enables us to execute specific actions based on conditions, which may involve logical or comparative evaluations. Depending on the outcome of these conditions, either TRUE

Open module>
Lesson2025-12-16

PHP Loops

PHP Loops Similar to other programming languages, loops in PHP are used to repeatedly execute a block of code multiple times based on a condition. PHP offers several types of loops to handle different

Open module>
Lesson2025-12-16

PHP Functions

PHP Functions A function is a set of instructions packaged into a single block that performs a specific task. To better understand how functions work, consider this analogy: imagine a boss asking an e

Open module>
Lesson2025-12-16

PHP Advance

PHP Superglobals Introduction to Superglobal Variables in PHP Superglobals are built-in array variables in PHP that allow developers to access important data about requests or scripts. These superglob

Open module>
Lesson2025-12-16

PHP OOPs

PHP Classes Like C++ and Java, PHP supports object-oriented programming (OOP). Classes in PHP are the blueprints for creating objects. One key difference between functions and classes is that a class

Open module>
Lesson2025-12-16

MySQL Database

PHP MySQL Database Introduction What is MySQL? MySQL is an open-source relational database management system (RDBMS) widely used in conjunction with PHP. It is currently one of the most popular databa

Open module>
Lesson2025-12-16

PHP Array Functions

PHP Array Functions array_chunk() Description:Splits an array into chunks of a specified size. Example: array_combine() Description:Creates an array by combining one array as keys and another array as

Open module>
Lesson2025-12-16

PHP String Functions Complete Reference

PHP String Functions Complete Reference The predefined math functions in PHP are used to handle mathematical operations with integer and float types. These math functions are built into PHP and do not

Open module>
Lesson2025-12-16

PHP Math Functions Complete Reference

PHP Math Functions Complete Reference PHP Math Functions PHP includes a range of predefined mathematical functions that facilitate operations on integer and float types. These functions are integrated

Open module>
Lesson2025-12-16

PHP Filesystem Functions Complete Reference

PHP Filesystem Functions Complete Reference basename()Description: Return the filename from a given path.Example: chgrp()Description: Change the user group of a specified file.Example: chmod

Open module>
Lesson2025-12-16

PHP Intl Functions

The intl extension in PHP provides capabilities for internationalization (i18n) and localization (l10n), supporting features like locale-aware formatting, transliteration, and message format

Open module>
Lesson2025-12-16

PHP IntlChar Functions

The IntlChar class in PHP provides a set of static methods for character processing, conforming to the Unicode standard. IntlChar::charAge(): Get the Unicode version in which the code point

Open module>
Lesson2025-12-16

PHP Image Processing and GD Functions Complete Reference

PHP Image Processing and GD Functions Complete Reference Image processing and GD functions enable the creation and manipulation of image files across various formats, such as GIF, PNG, JPEG, WBMP, and

Open module>
Lesson2025-12-16

PHP Imagick Functions Complete Reference

PHP Imagick Functions Complete Reference PHP Overview: A Beginner’s Guide to Syntax PHP is a versatile server-side language widely used in web development. Its straightforward syntax makes it suitable

Open module>
Lesson2025-12-16

PHP String Functions Complete Reference

PHP String Functions Complete Reference The predefined math functions in PHP are used to handle mathematical operations with integer and float types. These math functions are built into PHP and do not

Open module>
Lesson2025-12-16

Gmagick Functions

Basic Gmagick Functions The Gmagick class provides a wrapper to the GraphicsMagick library, which is used to create, edit, and manipulate images. Gmagick::addImage()Description: Adds a

Open module>
Lesson2025-12-16

GMP Functions

Basic GMP Functions gmp_abs()Description: Calculates the absolute value of a GMP number.Example: gmp_add()Description: Adds two GMP numbers.Example: gmp_clrbit()Description: Sets the bi

Open module>
Lesson2025-12-16

Ds\Set Functions

Basic Ds\Set Functions add()Description: Adds one or more values to the set.Example: allocate()Description: Allocates memory for a given capacity.Example: capacity()Description: Returns

Open module>
Showing 24 of 33 lessons