🎧 New: AI-Generated Podcasts Turn your study notes into engaging audio conversations. Learn more

Functions of Variables in PHP: var_dump() Quiz
10 Questions
0 Views

Functions of Variables in PHP: var_dump() Quiz

Created by
@SharpBamboo

Podcast Beta

Play an AI-generated podcast conversation about this lesson

Questions and Answers

دالة PHP unset() تستخدم لتحويل قيمة المتغير إلى نوع محدد.

False

دالة PHP isset() تُستخدم للتأكد ما إذا كان المتغير موجودًا أم لا.

True

دالة PHP is_int() تقوم بالتحقق إذا كان نوع المتغير هو integer.

True

دالة PHP var_dump() تُستخدم لطباعة قيمة المتغير.

<p>False</p> Signup and view all the answers

دالة PHP gettype() تُرجع نوع البيانات الخاص بالمتغير.

<p>True</p> Signup and view all the answers

دالة PHP is_array() تُحدد ما إذا كان المتغير عبارة عن مصفوفة.

<p>True</p> Signup and view all the answers

دالة PHP intval() تُرجع قيمة integer للمتغير.

<p>True</p> Signup and view all the answers

دالة PHP floatval() تقوم بإرجاع قيمة boolean للمتغير.

<p>False</p> Signup and view all the answers

دالة PHP is_float() تُحدد ما إذا كان المتغير عبارة عن رقم عشري.

<p>True</p> Signup and view all the answers

دالة PHP settype() تُحول المتغير إلى نوع بيانات محدد.

<p>False</p> Signup and view all the answers

Use Quizgecko on...
Browser
Browser