• Stars
    star
    105
  • Rank 326,938 (Top 7 %)
  • Language
  • Created over 2 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

PHP 8 Basics

Mastering PHP 8

PHP Bootcamp Content

[ 105 From 150 ]

70%

Introduction, Syntax And Fundamentals

  • Uploaded 001 - Introduction And Important Information ?
  • Uploaded 002 - What Is New And How To Study The Course ?
  • Uploaded 003 - Install PHP And Prepare Environment To Work
  • Uploaded 004 - PHP Tags & Instruction Separation
  • Uploaded 005 - Comments And Best Practice

Data Types

  • Uploaded 006 - Introduction To Data Types
  • Uploaded 007 - Type Juggling And Automatic Type Conversion
  • Uploaded 008 - Type Casting
  • Uploaded 009 - Boolean And Converting To Booleans
  • Uploaded 010 - String And Escaping
  • Uploaded 011 - Heredoc And Nowdoc
  • Uploaded 012 - Array With Complex Tests

Variables & Constants

  • Uploaded 013 - Introduction To Variables And Naming Rules
  • Uploaded 014 - Testing Variables In Real World
  • Uploaded 015 - Variable Variable
  • Uploaded 016 - Assign By Value And By References
  • Uploaded 017 - Pre-Defined Variables And Test
  • Uploaded 018 - Introduction To Constants
  • Uploaded 019 - Predefined & Magic Constants & Reserved Keywords

Operators

  • Uploaded 020 - Arithmetic Operators
  • Uploaded 021 - Assignment Operators
  • Uploaded 022 - Comparison Operators Part 1
  • Uploaded 023 - Comparison Operators Part 2
  • Uploaded 024 - Incrementing & Decrementing Operators
  • Uploaded 025 - Logical Operators
  • Uploaded 026 - String Operators
  • Uploaded 027 - Array Operators
  • Uploaded 028 - Error Control Operators
  • Uploaded 029 - Operator Precedence

Control Structures

  • Uploaded 030 - If, Elseif, Else Basics
  • Uploaded 031 - If, Elseif, Else Real Life Examples
  • Uploaded 032 - If, Elseif, Else Advanced Practice
  • Uploaded 033 - If, Elseif, Else Alternative Syntax
  • Uploaded 034 - Nested If Advanced Practice
  • Uploaded 035 - Ternary Conditional Operator
  • Uploaded 036 - Switch
  • Uploaded 037 - While And Concept Of Loop
  • Uploaded 038 - Do While Loop
  • Uploaded 039 - Loop - For
  • Uploaded 040 - Loop - Foreach
  • Uploaded 041 - Break, Continue
  • Uploaded 042 - Require And Include

Functions

  • Uploaded 043 - Function Introduction And DRY Concept
  • Uploaded 044 - Function Advanced Example With Parameters And Arguments
  • Uploaded 045 - Function Return And Echo
  • Uploaded 046 - Function Default Parameter Value
  • Uploaded 047 - Function Variable Arguments Lists
  • Uploaded 048 - Function Training And Unpacking Arguments
  • Uploaded 049 - Variable Function
  • Uploaded 050 - Passing Arguments By Reference And Return Type Declaration
  • Uploaded 051 - Anonymous Function
  • Uploaded 052 - Arrow Function

Built-In Functions => String And String Functions [Total 30]

  • Uploaded 053 - String Access And Update Elements
  • Uploaded 054 - String Functions Part 01 [ 6 Functions ]
  • Uploaded 055 - String Functions Part 02 [ 7 Functions ]
  • Uploaded 056 - String Functions Part 03 [ 5 Functions ]
  • Uploaded 057 - String Functions Part 04 [ 5 Functions ]
  • Uploaded 058 - String Functions Part 05 [ 4 Functions ]
  • Uploaded 059 - String Functions str_replace, str_ireplace
  • Uploaded 060 - String Functions substr_replace
  • Uploaded 061 - String Functions Part 08 [ 4 Functions ]
  • Uploaded 062 - String Functions Part 09 [ 3 Functions ]

Built-In Functions => Array And Array Functions

  • Uploaded 063 - Array Functions Part 01 [ 4 Functions ]
  • Uploaded 064 - Array Functions Part 02 [ 5 Functions ]
  • Uploaded 065 - Array Functions Part 03 [ 5 Functions ]
  • Uploaded 066 - Current, Next, Prev, Reset, End
  • Uploaded 067 - Array_Merge, Array_Replace, Array_Rand, Shuffle
  • Uploaded 068 - Array_Shift, Array_Pop, Array_Push, Array_Unshift
  • Uploaded 069 - Array_Slice, Array_Splice
  • Uploaded 070 - Array Functions Part 08 [ 7 Functions ]
  • Uploaded 071 - Array_Map, Array_Filter
  • Uploaded 072 - Array_Reduce

Built-In Functions => Math Functions + Filter Functions

  • Uploaded 073 - abs, mt_rand, mt_getrandmax, intdiv, fmod
  • Uploaded 074 - ceil, floor
  • Uploaded 075 - round
  • Uploaded 076 - sqrt, min, max
  • Uploaded 077 - Filter_List, Filter_Id, Filter_Var
  • Uploaded 078 - Filter_Var Validate Filters Part 1
  • Uploaded 079 - Filter_Var Validate Filters Part 2
  • Uploaded 080 - Filter_Var Sanitize Filters
  • Uploaded 081 - Filter_Input + Trainings

File System Functions

  • Uploaded 082 - File System Functions Part 01 [ 4 Functions ]
  • Uploaded 083 - Is_Dir, MkDir, RmDir
  • Uploaded 084 - FilePerms, Chmod, ClearStatCache
  • Uploaded 085 - BaseName, DirName, RealPath, PathInfo
  • Uploaded 086 - Fopen Part 1 - Fgets, Fread, Fclose
  • Uploaded 087 - Fopen Part 2 - Fwrite
  • Uploaded 088 - Fopen Part 3 - File, Feof And Loop Trainings
  • Uploaded 089 - Fseek, Ftell, Rewind
  • Uploaded 090 - Glob, Rename, Copy, Unlink
  • Uploaded 091 - File_Get_Contents, File_Put_Contents

Date And Time Functions

  • Uploaded 092 - Date & Time Functions Part 1 Five Functions
  • Uploaded 093 - Date & Time Functions Part 2 Formatting Part One
  • Uploaded 094 - Date & Time Functions Part 3 Formatting Part Two
  • Uploaded 095 - Date & Time Functions Part 4 Add, Sub, Modify
  • Uploaded 096 - Date & Time Functions Part 5 Time, Get_Date, Date_Parse
  • Uploaded 097 - Date & Time Functions Part 6 Date_Diff, StrToTime

Network => Cookies, Sessions And Redirect

  • Uploaded 098 - How To Use Cookies ? Part 1
  • Uploaded 099 - How To Use Cookies ? Part 2
  • Uploaded 100 - Cookies Edit And Delete And Add Array
  • Uploaded 101 - Cookies Training On Color Save
  • Uploaded 102 - Session Introduction
  • Uploaded 103 - Session Modify And Practice
  • Uploaded 104 - Session Destory & Login Simulation
  • Uploaded 105 - Header And Redirect

Errors & Exceptions

  • .
  • .
  • .
  • .
  • .

Object Oriented Programming

  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .

Model, View, Controller

  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
  • .

More Repositories

1

JavaScript_Bootcamp

JavaScript Bootcamp Content
551
star
2

HTML_And_CSS_Template_Three

CSS
330
star
3

HTML_And_CSS_Template_One

HTML And CSS Template One
CSS
262
star
4

eCommerceCourse

This Files For eCommerce Course Found Here: https://goo.gl/hTL1q0
PHP
224
star
5

HTML_And_CSS_Template_Two

CSS
207
star
6

Fundamentals_Of_Programming

Playlist: https://www.youtube.com/watch?v=XDuWyYxksXU&list=PLDoPjvoNmBAwy-rS6WKudwVeb_x63EzgS
203
star
7

HTML_And_CSS_Template_Four

HTML
131
star
8

SpecialDesign

Create Template With HTML, CSS3, JavaScript
CSS
124
star
9

Bootstrap3DesignOne

This Files For Bootstrap Design Course Located Here -> https://goo.gl/TTkCcK
HTML
101
star
10

Bootstrap_5_Design_01_Bondi

For The Course => https://www.youtube.com/playlist?list=PLDoPjvoNmBAyvm7f--dc6XqkpfDcen_vQ
HTML
96
star
11

Preview2HtmlLv1

Website From Preview Level 1 Course => https://goo.gl/I1tyV8
HTML
75
star
12

Bootstrap4DesignOne

For Course: https://goo.gl/4LDtvE
HTML
72
star
13

Ultimate-Frontend

Ultimate Front-End Course on Youtube
CSS
65
star
14

Preview2HtmlLv3

Website From Preview Level 3 Course => https://goo.gl/nHG2Ta
HTML
58
star
15

ContactForm

Created with Html, Css, PHP, Bootstrap, jQuery
PHP
56
star
16

Online_Store_With_PHP_And_Laravel

Online Store With PHP And Laravel
55
star
17

Ajax

Code for the Ajax Course => https://www.youtube.com/watch?v=6tLeMfOxIyA&list=PLDoPjvoNmBAytfRIdMIkLeoQHP0o5uWBa
HTML
52
star
18

ResponsiveWeb

For Course: https://goo.gl/DSpQHT
HTML
50
star
19

Preview2HtmlLv2

Website From Preview Level 2 Course => goo.gl/HX4uIo
JavaScript
45
star
20

Bootstrap3DesignTwo

This Files For Bootstrap Design Course Located Here -> https://goo.gl/i2hvnN
HTML
44
star
21

Front-End-Mentor-Challenge-01

Front-End Mentor Challenge Four Card Section Features
CSS
41
star
22

Issue_Tracking

Channel And Website Issues Tracking
37
star
23

CPlusPlus_Programming

C++ Programming Fundamentals
31
star
24

Online_Store_With_Python_And_Django

Online Store With Python And Django
30
star
25

Python_And_Django_To_Do_List

Python And Django To Do List
30
star
26

Django_Work

Django Work
JavaScript
25
star
27

Programming_Languages_Functions_Implementations

Implement PHP Built In Functions Yourself
25
star
28

Inventory_System_With_Django

Inventory System With Python And Django Framework
25
star
29

My_First_App

My First App In Company
16
star