Skip to content

SampleAccount3/php-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

php-training

  1. Variables

    • variable declaration
    • data types
    • debugging functions (var_dump() and die())
    • constant and define()
    • type casting
    • type juggling
  2. Control Flow

    • Operators
      • assignment operators
      • compariosn operators
      • && operator
      • || operator
      • ! operator
      • short-circuiting
    • Conditional Statement
      • if elseif else
      • switch
    • Iteration
      • for
      • while
    • Stopper
      • break
      • continue
  3. Functions

    • Function Declaration
    • Passing the Argument by Values
    • Passing the Argument by Reference
    • Global Variables
    • Static Variables
    • Variadic Function
  4. OOP

    • Object
    • Classes
    • $this
    • Access Modifier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages