| 31. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
|
Answer:
Option (a) |
| 32. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
|
Answer:
Option (d) |
| 33. |
Which in-built function will add a value to the end of an array? (ક્યા ઇન-બિલ્ટ ફંક્શન એરેના અંતમાં કોઈ મૂલ્ય ઉમેરશે?)
|
||||||||
|
Answer:
Option (d) |
| 34. |
Which in-built function will remove the last element of an array? (ક્યા ઇન-બિલ્ટ ફંક્શન એરેના છેલ્લા એલિમેંટને remove કરશે?)
|
||||||||
|
Answer:
Option (c) |
| 35. |
A function name cannot start with a ________. (ફંકશનનું નામ ________ થી શરૂ થઈ શકતું નથી.)
|
||||||||
|
Answer:
Option (c) |
| 36. |
What will be the output of the following PHP code? (નીચેના PHP કોડનું આઉટપુટ શું હશે?)
|
||||||||
|
Answer:
Option (c) |
| 37. |
What will happen in this function call? (આ ફંકશન call માં શું થશે?)
|
||||||||
|
Answer:
Option (a) |
| 38. |
Which one of the following property scopes is not supported by PHP? (નીચેનામાંથી ક્યો પ્રોપર્ટી સ્કોપ્સ PHP દ્વારા સપોર્ટેડ નથી?)
|
||||||||
|
Answer:
Option (c) |
| 39. |
A variable declared within a function has a local scope and can only be accessed _______ . (ફંક્શનની અંદર declare કરાયેલ વેરીએબલનો local scope હોય છે અને તેને _______ જ વાપરી શકાય છે.)
|
||||||||
|
Answer:
Option (a) |
| 40. |
Why trim() function is used in php? ( trim() ફંક્શનનો ઉપયોગ php માં કેમ થાય છે?)
|
||||||||
|
Answer:
Option (d) |