Skip to content

Commit a3b342d

Browse files
author
Sabbir Ahmed
authored
Merge pull request devsonket#904 from mahadi0406/php-cheat-sheet-update
added php spread operator in the array list
2 parents 621dc11 + b1a3118 commit a3b342d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

data/php-cheat-sheet.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,10 @@
399399
{
400400
"definition": "অ্যারেতে কোন নির্দিষ্ট ভ্যালু আছে কি না চেক করতে",
401401
"code": "in_array()"
402+
},
403+
{
404+
"definition": "অ্যারে মার্জ করে এবং স্প্রেড অপারেটর array_merge() ফাংশনের চেয়ে ভালো পারফরম্যান্স প্রদান করে ",
405+
"code": "...array_var"
402406
}
403407
]
404408
},

0 commit comments

Comments
 (0)