YHYANESB Telegram 295
ميزة جديدة في PHP8.4

---

اكتشف ميزة "Asymmetric Visibility" في PHP 8.4! 🚀


تقدم PHP 8.4 ميزة رائعة باسم "Asymmetric Visibility"، والتي تتيح للمطورين تحديد مستوى رؤية غير متماثل للخصائص في الكائنات - classes -. أي يمكنك تعيين خاصية كـ public للقراءة و`private` للكتابة أو الإضافة باستخدام الصيغة public - private(set).

*لماذا هي مهمة؟ 🤔*

تحكم أفضل في الوصول، عدم الاعتماد على تابع getter للقراءة

حماية البيانات الحساسة من التعديل غير المقصود (لا يمكن التعديل من خارج الصنف - object -)


💡 مثال عملي: يمكنك مشاهدة الصورة لرؤية مثال قبل وبعد
class User {

public string $name;

public private(set) string $email;


public function __construct(string $name, string $email) {

$this->name = $name;

$this->email = $email;

}

}



انطلق في رحلتك البرمجية مع PHP 8.4 واستفد من هذه الميزة الرائعة لتعزيز جودة وأمان تطبيقاتك! 🚀


#PHP8_4 #PHP84 #Laravel #WebDevelopment
❤‍🔥5👎1



tgoop.com/YhyaNesb/295
Create:
Last Update:

ميزة جديدة في PHP8.4

---

اكتشف ميزة "Asymmetric Visibility" في PHP 8.4! 🚀


تقدم PHP 8.4 ميزة رائعة باسم "Asymmetric Visibility"، والتي تتيح للمطورين تحديد مستوى رؤية غير متماثل للخصائص في الكائنات - classes -. أي يمكنك تعيين خاصية كـ public للقراءة و`private` للكتابة أو الإضافة باستخدام الصيغة public - private(set).

*لماذا هي مهمة؟ 🤔*

تحكم أفضل في الوصول، عدم الاعتماد على تابع getter للقراءة

حماية البيانات الحساسة من التعديل غير المقصود (لا يمكن التعديل من خارج الصنف - object -)


💡 مثال عملي: يمكنك مشاهدة الصورة لرؤية مثال قبل وبعد
class User {

public string $name;

public private(set) string $email;


public function __construct(string $name, string $email) {

$this->name = $name;

$this->email = $email;

}

}



انطلق في رحلتك البرمجية مع PHP 8.4 واستفد من هذه الميزة الرائعة لتعزيز جودة وأمان تطبيقاتك! 🚀


#PHP8_4 #PHP84 #Laravel #WebDevelopment

BY Yhya Nesb







Share with your friend now:
tgoop.com/YhyaNesb/295

View MORE
Open in Telegram


Telegram News

Date: |

For crypto enthusiasts, there was the “gm” app, a self-described “meme app” which only allowed users to greet each other with “gm,” or “good morning,” a common acronym thrown around on Crypto Twitter and Discord. But the gm app was shut down back in September after a hacker reportedly gained access to user data. “Hey degen, are you stressed? Just let it all out,” he wrote, along with a link to join the group. How to create a business channel on Telegram? (Tutorial) During a meeting with the president of the Supreme Electoral Court (TSE) on June 6, Telegram's Vice President Ilya Perekopsky announced the initiatives. According to the executive, Brazil is the first country in the world where Telegram is introducing the features, which could be expanded to other countries facing threats to democracy through the dissemination of false content. A vandalised bank during the 2019 protest. File photo: May James/HKFP.
from us


Telegram Yhya Nesb
FROM American