logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the use of super-global arrays in PHP?


  • Correct Answer
  • Super global arrays are the built in arrays that can be used anywhere They are also called as auto-global as they can be used inside a function as well The arrays with the longs names such as $HTTP_SERVER_VARS, must be made global before they can be used in an array This $HTTP_SERVER_VARS check your phpini setting for long arrays 


  • Technology problems


    Search Results


    • 1. How can we increase the execution time of a php script?
    • Discuss
    • 2. What is the difference between PHP and JavaScript?
    • Discuss
    • 3. Why many companies are switching their current business language to PHP? Where PHP basically used?
    • Discuss
    • 4. What is MIME?
    • Discuss
    • 5. Explain the different types of errors in PHP.
    • Discuss
    • 6. What is the use of $_Server and $_Env?
    • Discuss
    • 7. What is the difference between $argv and $argc? Give example?
    • Discuss
    • 8. Explain how to work with Permissions in PHP.
    • Discuss
    • 9. Explain Superglobal variables in PHP .
    • Discuss
    • 10. Explain how to send large amounts of emails with php.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment