PHP A to Z Function References

PHP has a lot of functions that come with it. Here is a list of different types of important functions. There are a lot of other types of functions that aren\’t covered here.

If you choose a category, you will see a list of all the functions that belong to that category.

PHP Function References

  • PHP Array Functions
  • PHP bzip2 Functions
  • PHP Calender Functions
  • PHP Class/Object Functions
  • PHP Character Functions
  • PHP Cond Functions
  • PHP Collectable Functions
  • PHP Collection Functions
  • PHP Date & Time Functions
  • PHP Deque Functions
  • PHP Directory Functions
  • PHP Direct I/O Functions
  • PHP Error Handling Functions
  • PHP FileInfo Functions
  • PHP File System Functions
  • PHP Forms Data Format Functions
  • PHP Function Handling Functions
  • PHP Geoip Functions
  • PHP GMP Functions
  • PHP Hash Functions
  • PHP Hashble Functions
  • PHP IMAP Functions
  • PHP Inotify Functions
  • PHP JavaScript Object Notation Functions
  • PHP Judy Arrays Functions
  • PHP LibXML Functions
  • PHP Lua Functions
  • PHP Map Functions
  • PHP Memcache Functions
  • PHP Mhash Functions
  • PHP Mutex Functions
  • PHP MySQL Functions
  • PHP Network Functions
  • PHP ODBC Functions
  • PHP Password Functions
  • PHP Pair Functions
  • PHP Phar Functions
  • PHP Phdfs Functions
  • PHP Pool Functions
  • PHP PriorityQueue Functions
  • PHP Proctitle Functions
  • PHP Queue Functions
  • PHP Sequence Functions
  • PHP Session Functions
  • PHP Set Functions
  • PHP SimpleXML Functions
  • PHP Statistics Module
  • PHP Stack Functions
  • PHP String Functions
  • PHP Thread Functions
  • PHP Threaded Functions
  • PHP Tokenizer Functions
  • PHP URL\’s Functions
  • PHP Vector Functions
  • PHP Variable Handling Functions
  • PHP Xattr Functions
  • PHP Xdiff Functions
  • PHP XML Functions
  • PHP XML Parsing Functions
  • PHP XML Reader Functions
  • PHP XML Writer Functions
  • PHP XSLT Processor Functions
  • PHP OpenSSL Functions
  • PHP Worker Functions
  • PHP YAML Data Serialization Functions
Related Posts
50+ PHP Interview Questions and Answers 2023

1. Differentiate between static and dynamic websites. Static Website The content cannot be modified after the script is executed The Read more

All We Need to Know About PHP Ecommerce Development

  Many e-commerce sites let you search for products, show them off, and sell them online. The flood of money Read more

PHP Custom Web Development: How It Can Be Used, What Its Pros and Cons Are,

PHP is a scripting language that runs on the server. It uses server resources to process outputs. It is a Read more

PHP Tutorial

Hypertext Preprocessor (PHP) is a programming language that lets web developers make dynamic content that works with databases. PHP is Read more

Introduction of PHP

PHP started out as a small open source project that grew as more and more people found out how useful Read more

Syntax Overview of PHP

This chapter will show you some of PHP\'s very basic syntax, which is very important for building a strong PHP Read more

Environment Setup in PHP

To develop and run PHP on your computer, you need to instal three important parts. Web server PHP can almost Read more

Variable Types in PHP

Using a variable is the main way to store information in the middle of a PHP program. Here are the Read more

Scroll to Top