1.

What is the use of the .htaccess file in php?

Answer»

The .HTACCESS file is a type of configuration file for use on web servers running the Apache Web Server SOFTWARE. It is used to alter the configuration of our Apache Server software to ENABLE or disable ADDITIONAL functionality that the Apache Web Server software has to OFFER.

12. List some array functions in PHP?

In PHP array() are the beneficial and essential thing. It allows to access and manipulate with array elements.

List of array() functions in PHP

  • array()
  • count()
  • array_flip()
  • array_key_exists()
  • array_merge()
  • array_pop()
  • array_push()
  • array_unique()
  • implode()
  • explode()
  • in_array()
Also Read: PHP Arrays Functions


Discussion

No Comment Found