Skip to content

learnwithahmed/learn-php-fundamental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn by Doing: PHP Fundamental | اساسيات لغة بي اج بي

A collection of PHP scripts that are split by topics and contain code examples with explanations, different use cases and CLI Interface for Solving Exercises.

How to Use This Repository

Each PHP script in this repository has the following structure: .....

Table of Contents | الفهرست

  1. Getting Started - مقدمات
  2. Operators - معاملات
  3. Data Types - أنواع البيانات
    • Scalar (integer, float, including booleans)
    • Strings and their methods
    • Compound (array and object) and their methods
    • Special (array and object) and their methods
  4. Control Flow
  5. Functions - الدوال