mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-31 11:20:59 +00:00
Quartz sync: May 6, 2024, 10:40 PM
This commit is contained in:
parent
aee9145691
commit
4ef8371441
635 changed files with 22281 additions and 6 deletions
content
74
content/20201109133720-php.md
Normal file
74
content/20201109133720-php.md
Normal file
|
@ -0,0 +1,74 @@
|
|||
---
|
||||
id: 4b3fb85d-5dae-4437-bd49-126282334c36
|
||||
title: PHP
|
||||
---
|
||||
|
||||
# Language
|
||||
|
||||
- [Expressions](20201113121741-php_expressions)
|
||||
- [Functions](20201113122801-php_functions)
|
||||
- [Objects](20201113123224-php_objects)
|
||||
- [Types](20201113122505-php_types)
|
||||
|
||||
## Operators
|
||||
|
||||
- [Nullsafe Operator](20201110100120-php_nullsafe_operator)
|
||||
|
||||
## Attributes
|
||||
|
||||
- [Attributes](20201110100420-php_attributes)
|
||||
|
||||
## Classes
|
||||
|
||||
### Constructors
|
||||
|
||||
- [Constructor Property
|
||||
Promotion](20201110101308-php_constructor_property_promotion)
|
||||
|
||||
## Return types
|
||||
|
||||
- [Static Return Type](20201110102332-php_static_return_type)
|
||||
|
||||
## Literals
|
||||
|
||||
- [Class Name Literal](20201110102900-php_class_name_literal)
|
||||
|
||||
## Interfaces
|
||||
|
||||
- [Stringable Interface](20201110103409-php_stringable_interface)
|
||||
|
||||
## Maps
|
||||
|
||||
- [Weap Maps](20201110103654-php_weak_maps)
|
||||
|
||||
## Errors
|
||||
|
||||
- [Throw Expression](20201111100807-php_throw_expression)
|
||||
- [PHP Non-capturing
|
||||
Catches](20201111101148-php_non_capturing_catches)
|
||||
|
||||
## Parameters
|
||||
|
||||
- [Named Arguments](20201112111910-named_arguments)
|
||||
- [Trailing Comma in Parameter
|
||||
Lists](20201112113236-trailing_comma_in_parameter_lists)
|
||||
|
||||
# Frameworks
|
||||
|
||||
- [Symfony](20201109140300-symfony)
|
||||
|
||||
# ORM
|
||||
|
||||
- [Doctrine](20201112131845-doctrine)
|
||||
|
||||
# Changelog
|
||||
|
||||
- [PHP 8.0](20201109133834-php_8_0)
|
||||
|
||||
# Handy libraries
|
||||
|
||||
- ramsey/uuid[^1]
|
||||
|
||||
# Footnotes
|
||||
|
||||
[^1]: <https://github.com/ramsey/uuid>
|
Loading…
Add table
Add a link
Reference in a new issue