We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48a8403 + ef25e22 commit 9c518e4Copy full SHA for 9c518e4
1 file changed
data/php-cheat-sheet.json
@@ -451,6 +451,16 @@
451
"code": "echo filetype($file_name);"
452
}
453
]
454
+ },
455
+ {
456
+ "title": "অবজেক্ট এর খুটিনাটি",
457
+ "items": [{
458
+ "definition": "ইমটি অবজেক্ট এর ভ্যালু দেখার জন্য < php 8.0",
459
+ "code": "echo optional($obj)->devsonket;"
460
+ }, {
461
+ "definition": "ইমটি অবজেক্ট এর ভ্যালু দেখার জন্য > php 8.0",
462
+ "code": "echo $obj?->devsonket;"
463
+ }]
464
465
466
0 commit comments