DEV Community

php-deeply Series' Articles

Back to pO0q 🦄's Series
Things you probably don't know about PHP arrays

Things you probably don't know about PHP arrays

60
Comments 4
3 min read
PHP can do that ?

PHP can do that ?

63
Comments 4
2 min read
Make sense of PHP interfaces

Make sense of PHP interfaces

14
Comments 6
2 min read
Understanding PHP static

Understanding PHP static

22
Comments 2
3 min read
Best PHP practices explained

Best PHP practices explained

21
Comments 6
3 min read
Reflection in PHP

Reflection in PHP

40
Comments 3
3 min read
Demystifying clone in PHP

Demystifying clone in PHP

9
Comments 1
3 min read
Binding in PHP

Binding in PHP

25
Comments
2 min read
About setters and getters

About setters and getters

13
Comments
3 min read
Why PHP 8 will be awesome

Why PHP 8 will be awesome

75
Comments 15
3 min read
PHP 8 attributes, what's new?

PHP 8 attributes, what's new?

10
Comments 3
2 min read
Spread it!

Spread it!

9
Comments
1 min read
Reusing PHP code

Reusing PHP code

5
Comments
3 min read
Why use PHP 8.1 enums?

Why use PHP 8.1 enums?

4
Comments
2 min read
PHP 8.2: deprecated

PHP 8.2: deprecated

4
Comments
1 min read
When to use PHP abstract classes

When to use PHP abstract classes

2
Comments
1 min read
Why use PHP 8 constructor promotion?

Why use PHP 8 constructor promotion?

4
Comments
1 min read
The truth about the truth about static and singletons

The truth about the truth about static and singletons

4
Comments
2 min read
Understanding PHP aliases

Understanding PHP aliases

3
Comments
2 min read
PHP 8: The joy of named arguments

PHP 8: The joy of named arguments

8
Comments 2
2 min read
PHP variadic

PHP variadic

4
Comments
1 min read
PHP: memory errors

PHP: memory errors

9
Comments 2
2 min read
PHP: speed is not the ultimate indicator

PHP: speed is not the ultimate indicator

12
Comments 8
3 min read
PHP 8.2: the SensitiveParameter attribute

PHP 8.2: the SensitiveParameter attribute

15
Comments 1
1 min read
PHP 8.1: why using read-only properties?

PHP 8.1: why using read-only properties?

5
Comments
1 min read
PHP 8.2: why using read-only classes?

PHP 8.2: why using read-only classes?

4
Comments 2
1 min read
SOLID: writing better interfaces

SOLID: writing better interfaces

10
Comments
1 min read
SOLID: DIP, loose coupling

SOLID: DIP, loose coupling

11
Comments
2 min read
Interfaces or abstract classes?

Interfaces or abstract classes?

14
Comments
2 min read
PHP: check dates

PHP: check dates

7
Comments
2 min read
PHP: why make your own exceptions?

PHP: why make your own exceptions?

9
Comments 1
2 min read
PHP 8.3: a new major in town

PHP 8.3: a new major in town

5
Comments
2 min read
PHP: why use arrays?

PHP: why use arrays?

1
Comments
2 min read
PHP: what if your tests taste bad?

PHP: what if your tests taste bad?

2
Comments
2 min read
PHP: data providers for testing

PHP: data providers for testing

1
Comments
2 min read
PHP: The first rule of the output buffering is you do not talk about the output buffering

PHP: The first rule of the output buffering is you do not talk about the output buffering

6
Comments 2
3 min read
PHP: about empty()

PHP: about empty()

7
Comments 2
2 min read
PHP: basic loops vs. built-in array helpers vs. readability

PHP: basic loops vs. built-in array helpers vs. readability

6
Comments 3
3 min read