Connection failed: could not find driver

PHP development


Lesson 2

Operators

https://www.php.net/manual/en/language.operators.php

String operators
'.' and '.=' Jacob Challa & Eric

Assignment operators
'=' and '.=' 22.4

Arithmetic operators

+2
4.75
3
32

Increment and Decrement operators

3
3
4
8
8
7

Comparison operators

1
bool(false)
bool(true)
bool(false)
bool(true)
bool(false)
bool(false)
bool(true)

Logic operators

bool(true)
bool(true)
bool(false)
bool(true)

Array operators

bool(true)

Error Control operators

Execution operators

Bitwise operators

Type operators