
PHP-mock – programming-PHP – কুইজ মডেল টেস্ট অনুশীলন – 16
8449. Array values are keyed by string values are called
- absolute arrays
- comprehensive arrays
- associative arrays
- indexed arrays
8450. Which of the following function help in mitigating SQL injection attack
- set_error_handler
- error_reporting
- mysqli_real_escape_string
8451. When was PHP 5.0, released
- 2000
- 2002
- 2004
- 2006
8452. The order in which the following script output the contents of the $array array is $array = array ( ‘a1 ‘, ‘a3’, ‘a5’, ‘a10’, ‘a20’ ); natsort ($array); var_dum p ( $array);
- a1
- a3
- a5
- a10
8453. Which operator returns True if either of its operands can be evaluated as True, but not both
- nor
- or
- xor
- and
8454. Which function can create an array of each individual value with a single call, from a comma-separated list of values in a string
- extract( )
- strstr()
- strtok()
- explode( )
8455. Usually ignoring browser bugs, how a cookie can be accessed from a domain other than the one it was set for
- It cannot be done
- By setting a different domain when calling setcookie()
- By consulting the HTTP_REMOTE_COOKIE header
- By using Javascript to send the cookie as part of the URL
8456. Variable’s name in PHP is associated
- Dynamically
- Statically
- Dynamically and Statically
- As per heap’s reference
8457. How would you store order number (34) in an ‘OrderCookie’
- Cookie(‘OrderCookie’
- 34);setcookie(‘OrderCookie’
- 34);OrderCookie(34);makeCookie(‘OrderCookie’
- 34);”;}}
8458. Which of the following is not an SQL aggregate function
- MIN
- CURRENT_DATE()
- SUM
- AVG
আমাদের কাছে থাকা লক্ষ লক্ষ মডেল টেস্ট থেকে প্রাকটিজের জন্য কিছু এখানে তুলে ধরা হল। প্রতিটি অধ্যায়ের উপরে ইশিখন.কম কুইজ চ্যালেঞ্জ এ আছে শত শত মডেল টেস্ট বার বার মডেল টেস্ট দিয়ে নিজেকে যাচাই কর এবং পুরো বাংলাদেশের সকল শিক্ষার্থীর সাথে আপনার মেধা তালিকা দেখুন। প্রশ্নে কোন প্রকার ভুল থাকলে সঠিক উত্তরসহ নিচে কমেন্ট করে জানাবেন, আমরা ঠিক করে দেবো।